#165024
A dark, moderate green closely aligning with Darkolivegreen.
About #165024
At its core, #165024 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(22, 80, 36).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 72% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#165024
RGB22, 80, 36
HSL134.5°, 56.9%, 20.0%
CMYK72%, 0%, 55%, 69%
HSV134.5°, 72.5%, 31.4%
LAB29.5, -29.5, 20.5
XYZ3.5, 6.0, 2.6
Decimal1462308
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.51:1
Text on #FFFFFF
AAA
2.21:1
Text on #000000
FAIL
9.09:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165024;
}
.text-color {
color: #165024;
}
.border-color {
border: 2px solid #165024;
}