#165F16
A dark, moderate green closely aligning with Darkgreen.
About #165F16
The precise color #165F16 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgreen. This translates to an RGB value of rgb(22, 95, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 0% magenta, 77% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#165F16
RGB22, 95, 22
HSL120.0°, 62.4%, 22.9%
CMYK77%, 0%, 77%, 63%
HSV120.0°, 76.8%, 37.3%
LAB34.8, -37.3, 33.6
XYZ4.6, 8.4, 2.1
Decimal1466134
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.83:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.48:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165F16;
}
.text-color {
color: #165F16;
}
.border-color {
border: 2px solid #165F16;
}