#165033
A dark, moderate green closely aligning with Darkslategray.
About #165033
Visually, #165033 is defined as a moderate green. Designers often compare it to the standard color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 80, and 51.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 72% C, 0% M, 36% Y, and 69% K. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#165033
RGB22, 80, 51
HSL150.0°, 56.9%, 20.0%
CMYK72%, 0%, 36%, 69%
HSV150.0°, 72.5%, 31.4%
LAB29.8, -26.4, 11.8
XYZ3.8, 6.1, 4.1
Decimal1462323
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.42:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.00:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165033;
}
.text-color {
color: #165033;
}
.border-color {
border: 2px solid #165033;
}