Deep Jungle Green (#004B49)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 9.99:1 — vs black: 2.10:1

Color values

  • HEX #004B49
  • RGB rgb(0, 75, 73)
  • HSL hsl(178, 100%, 29%)
  • CMYK cmyk( 100, 0, 2.67, 70.59 )
  • Websafe #003333

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #004B49 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Deep Jungle Green
#004B49 Base
#4B0002
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Deep Jungle Green
#004B49 Base
#004B24
#00284B
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Deep Jungle Green
#004B49 Base
#49004B
#4B4900
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Deep Jungle Green
#004B49 Base
#4B0028
#4B2400
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Deep Jungle Green
#004B49 Base
#24004B
#4B0002
#284B00
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Deep Jungle Green
#004B49 Base
#001A19
#002221
#007471
#009893
#00E4DE
Shades & Tints

Darker shades and lighter tints of Deep Jungle Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#001A19
#002322
#002D2C
#003736
#00413F
Deep Jungle Green #004B49 Base
#009D99
#00EFE8
#42FFFA
#94FFFC
#E6FFFE
CSS & SCSS Snippets

Ready-to-use code snippets for #004B49. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #004B49;
}

/* Text */
.element {
    color: #004B49;
}

/* Border */
.element {
    border: 1px solid #004B49;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #004B49,
        #960004
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #004B49,
        #960004
    );
}
SCSS Variable
// SCSS variable
$deep-jungle-green: #004B49;

// With RGB channels (useful for rgba() usage)
$deep-jungle-green-r: 0;
$deep-jungle-green-g: 75;
$deep-jungle-green-b: 73;

// Usage
.element {
    background-color: $deep-jungle-green;
    color: rgba($deep-jungle-green-r, $deep-jungle-green-g, $deep-jungle-green-b, 0.8);
}
Color Blindness Simulation

How Deep Jungle Green appears to people with different types of color vision deficiency.

Normal Vision #004B49 How the color appears with full color vision.
Deuteranopia #3F3F4A Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #474749 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #024B4B Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #424242 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Deep Jungle Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Deep Jungle Green #004B49 Base
Warm Black #004242 ΔE 3.08
Rich Black #004040 ΔE 3.69
MSU Green #18453B ΔE 4.86
Brunswick Green #1B4D3E ΔE 6.26

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.