#1D8350
A dark, moderate green closely aligning with Seagreen.
About #1D8350
The hex code #1D8350 represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. In the RGB color space, it consists of 29 red, 131 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 78% Cyan, 0% Magenta, 39% Yellow, and 49% Black. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D8350
RGB29, 131, 80
HSL150.0°, 63.7%, 31.4%
CMYK78%, 0%, 39%, 49%
HSV150.0°, 77.9%, 51.4%
LAB48.4, -40.8, 19.7
XYZ10.1, 17.1, 10.4
Decimal1934160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D8350;
}
.text-color {
color: #1D8350;
}
.border-color {
border: 2px solid #1D8350;
}