#165F2C
A dark, moderate green closely aligning with Seagreen.
About #165F2C
Visually, #165F2C is defined as a moderate green. It is closely associated with the named CSS color Seagreen. In the RGB color space, it consists of 22 red, 95 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 0% M, 54% Y, and 63% K. The HSL representation is 138.1° hue, 62.4% saturation, and 22.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#165F2C
RGB22, 95, 44
HSL138.1°, 62.4%, 22.9%
CMYK77%, 0%, 54%, 63%
HSV138.1°, 76.8%, 37.3%
LAB35.1, -34.4, 22.9
XYZ4.9, 8.5, 3.8
Decimal1466156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.76:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.41:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165F2C;
}
.text-color {
color: #165F2C;
}
.border-color {
border: 2px solid #165F2C;
}