#16500F
A very dark, moderate green closely aligning with Darkgreen.
About #16500F
Visually, #16500F is defined as a moderate green. Designers often compare it to the standard color Darkgreen. This translates to an RGB value of rgb(22, 80, 15).
If you are designing for print, the four-color process is what matters most. The color uses 72% Cyan, 0% Magenta, 81% Yellow, and 69% Black. With a hue angle of 113.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16500F
RGB22, 80, 15
HSL113.5°, 68.4%, 18.6%
CMYK72%, 0%, 81%, 69%
HSV113.5°, 81.2%, 31.4%
LAB29.3, -32.2, 30.9
XYZ3.3, 5.9, 1.4
Decimal1462287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.60:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.17:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #16500F;
}
.text-color {
color: #16500F;
}
.border-color {
border: 2px solid #16500F;
}