#165000
A very dark, vivid green closely aligning with Darkgreen.
About #165000
When working with digital screens, the color #165000 is rendered by mixing light. Its closest recognized web color is Darkgreen. Its digital footprint relies on 22 parts red, 80 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 72% Cyan, 0% Magenta, 100% Yellow, and 69% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#165000
RGB22, 80, 0
HSL103.5°, 100.0%, 15.7%
CMYK72%, 0%, 100%, 69%
HSV103.5°, 100.0%, 31.4%
LAB29.2, -33.3, 36.4
XYZ3.2, 5.9, 1.0
Decimal1462272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.63:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.20:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165000;
}
.text-color {
color: #165000;
}
.border-color {
border: 2px solid #165000;
}