#426D16
A dark, moderate green closely aligning with Darkgreen.
About #426D16
At its core, #426D16 is a dark and moderate hue. It is closely associated with the named CSS color Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 109, and 22.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 39% C, 0% M, 80% Y, and 57% K. With a hue angle of 89.7 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#426D16
RGB66, 109, 22
HSL89.7°, 66.4%, 25.7%
CMYK39%, 0%, 80%, 57%
HSV89.7°, 79.8%, 42.7%
LAB41.5, -29.8, 40.8
XYZ7.9, 12.2, 2.7
Decimal4353302
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.12:1
Text on #FFFFFF
AA
3.43:1
Text on #000000
AA Large
5.85:1
Text on #F8FAFC
AA
2.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #426D16;
}
.text-color {
color: #426D16;
}
.border-color {
border: 2px solid #426D16;
}