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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#004B49
Base
#4B0002
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#004B49
Base
#004B24
#00284B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#004B49
Base
#49004B
#4B4900
Two colors flanking the complement — high contrast with less tension than full complementary.
#004B49
Base
#4B0028
#4B2400
Four colors at 90° intervals — rich variety, best when one color dominates.
#004B49
Base
#24004B
#4B0002
#284B00
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#004B49
Base
#001A19
#002221
#007471
#009893
#00E4DE
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
#004B49
Base
#009D99
#00EFE8
#42FFFA
#94FFFC
#E6FFFE
Ready-to-use code snippets for #004B49. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #004B49;
}
/* Text */
.element {
color: #004B49;
}
/* Border */
.element {
border: 1px solid #004B49;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#004B49,
#960004
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#004B49,
#960004
);
}
// 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);
}
How Deep Jungle Green appears to people with different types of color vision deficiency.
#004B49
How the color appears with full color vision.
#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.
#474749
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#024B4B
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#424242
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.