#165F3A
A dark, moderate green closely aligning with Seagreen.
About #165F3A
The precise color #165F3A is an excellent choice for modern design projects. Designers often compare it to the standard color Seagreen. This translates to an RGB value of rgb(22, 95, 58).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 77% C, 0% M, 39% Y, and 63% K. The HSL representation is 149.6° hue, 62.4% saturation, and 22.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#165F3A
RGB22, 95, 58
HSL149.6°, 62.4%, 22.9%
CMYK77%, 0%, 39%, 63%
HSV149.6°, 76.8%, 37.3%
LAB35.3, -31.6, 15.0
XYZ5.2, 8.7, 5.4
Decimal1466170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.69:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.35:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165F3A;
}
.text-color {
color: #165F3A;
}
.border-color {
border: 2px solid #165F3A;
}