#004200
A very dark, vivid green closely aligning with Darkgreen.
About #004200
Visually, #004200 is defined as a vivid green. Designers often compare it to the standard color Darkgreen. This translates to an RGB value of rgb(0, 66, 0).
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 100% Yellow, and 74% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#004200
RGB0, 66, 0
HSL120.0°, 100.0%, 12.9%
CMYK100%, 0%, 100%, 74%
HSV120.0°, 100.0%, 25.9%
LAB23.3, -32.7, 30.9
XYZ1.9, 3.9, 0.6
Decimal16896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.80:1
Text on #FFFFFF
AAA
1.78:1
Text on #000000
FAIL
11.28:1
Text on #F8FAFC
AAA
1.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #004200;
}
.text-color {
color: #004200;
}
.border-color {
border: 2px solid #004200;
}