#1D996D
A dark, moderate green closely aligning with Seagreen.
About #1D996D
Visually, #1D996D is defined as a moderate green. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(29, 153, 109).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 81% cyan, 0% magenta, 29% yellow, and 40% black. With a hue angle of 158.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D996D
RGB29, 153, 109
HSL158.7°, 68.1%, 35.7%
CMYK81%, 0%, 29%, 40%
HSV158.7°, 81.0%, 60.0%
LAB56.2, -43.2, 14.1
XYZ14.7, 24.1, 18.4
Decimal1939821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.83:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D996D;
}
.text-color {
color: #1D996D;
}
.border-color {
border: 2px solid #1D996D;
}