#165F1D
A dark, moderate green closely aligning with Darkgreen.
About #165F1D
At its core, #165F1D is a dark and moderate hue. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(22, 95, 29).
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 0% Magenta, 69% Yellow, and 63% Black. With a hue angle of 125.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#165F1D
RGB22, 95, 29
HSL125.8°, 62.4%, 22.9%
CMYK77%, 0%, 69%, 63%
HSV125.8°, 76.8%, 37.3%
LAB34.9, -36.6, 30.5
XYZ4.6, 8.4, 2.5
Decimal1466141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.81:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.46:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165F1D;
}
.text-color {
color: #165F1D;
}
.border-color {
border: 2px solid #165F1D;
}