#00421D
A very dark, vivid green closely aligning with Darkolivegreen.
About #00421D
The hex code #00421D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(0, 66, 29).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00421D
RGB0, 66, 29
HSL146.4°, 100.0%, 12.9%
CMYK100%, 0%, 56%, 74%
HSV146.4°, 100.0%, 25.9%
LAB23.6, -28.9, 17.2
XYZ2.2, 4.0, 1.8
Decimal16925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.69:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.17:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00421D;
}
.text-color {
color: #00421D;
}
.border-color {
border: 2px solid #00421D;
}