#165F0F
A dark, vivid green closely aligning with Darkgreen.
About #165F0F
At its core, #165F0F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 22 red, 95 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. The HSL representation is 114.8° hue, 72.7% saturation, and 21.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#165F0F
RGB22, 95, 15
HSL114.8°, 72.7%, 21.6%
CMYK77%, 0%, 84%, 63%
HSV114.8°, 84.2%, 37.3%
LAB34.8, -37.9, 36.3
XYZ4.5, 8.4, 1.8
Decimal1466127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.84:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.50:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165F0F;
}
.text-color {
color: #165F0F;
}
.border-color {
border: 2px solid #165F0F;
}