#1D6D50
A dark, moderate green closely aligning with Seagreen.
About #1D6D50
The precise color #1D6D50 is an excellent choice for modern design projects. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 29 red, 109 green, and 80 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 73% cyan and 0% magenta inks. 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. 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#1D6D50
RGB29, 109, 80
HSL158.3°, 58.0%, 27.1%
CMYK73%, 0%, 27%, 57%
HSV158.3°, 73.4%, 42.7%
LAB40.9, -31.4, 9.4
XYZ7.4, 11.8, 9.5
Decimal1928528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.26:1
Text on #FFFFFF
AA
3.36:1
Text on #000000
AA Large
5.98:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D6D50;
}
.text-color {
color: #1D6D50;
}
.border-color {
border: 2px solid #1D6D50;
}