#1D663A
A dark, moderate green closely aligning with Seagreen.
About #1D663A
When working with digital screens, the color #1D663A is rendered by mixing light. Its closest recognized web color is Seagreen. This translates to an RGB value of rgb(29, 102, 58).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 72% cyan, 0% magenta, 43% yellow, and 60% black. The HSL representation is 143.8° hue, 55.7% saturation, and 25.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#1D663A
RGB29, 102, 58
HSL143.8°, 55.7%, 25.7%
CMYK72%, 0%, 43%, 60%
HSV143.8°, 71.6%, 40.0%
LAB38.0, -33.3, 18.5
XYZ6.0, 10.1, 5.6
Decimal1926714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.97:1
Text on #FFFFFF
AA
3.01:1
Text on #000000
AA Large
6.66:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D663A;
}
.text-color {
color: #1D663A;
}
.border-color {
border: 2px solid #1D663A;
}