#004224
A very dark, vivid green closely aligning with Darkslategray.
About #004224
At its core, #004224 is a very dark and vivid hue. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(0, 66, 36).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 45% Y, and 74% K. The HSL representation is 152.7° hue, 100.0% saturation, and 12.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#004224
RGB0, 66, 36
HSL152.7°, 100.0%, 12.9%
CMYK100%, 0%, 45%, 74%
HSV152.7°, 100.0%, 25.9%
LAB23.7, -27.4, 13.0
XYZ2.3, 4.0, 2.3
Decimal16932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.64:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.12:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #004224;
}
.text-color {
color: #004224;
}
.border-color {
border: 2px solid #004224;
}