#1D8A42
A dark, moderate green closely aligning with Seagreen.
About #1D8A42
The precise color #1D8A42 is an excellent choice for modern design projects. It is closely associated with the named CSS color Seagreen. Its digital footprint relies on 29 parts red, 138 parts green, and 66 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 79% Cyan, 0% Magenta, 52% Yellow, and 46% Black. With a hue angle of 140.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D8A42
RGB29, 138, 66
HSL140.4°, 65.3%, 32.7%
CMYK79%, 0%, 52%, 46%
HSV140.4°, 79.0%, 54.1%
LAB50.5, -46.1, 30.1
XYZ10.6, 18.8, 8.2
Decimal1935938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.41:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.21:1
Text on #F8FAFC
AA Large
4.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D8A42;
}
.text-color {
color: #1D8A42;
}
.border-color {
border: 2px solid #1D8A42;
}