#1D7C49
A dark, moderate green closely aligning with Seagreen.
About #1D7C49
The precise color #1D7C49 is an excellent choice for modern design projects. Designers often compare it to the standard color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 124, and 73.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 77% cyan, 0% magenta, 41% yellow, and 51% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D7C49
RGB29, 124, 73
HSL147.8°, 62.1%, 30.0%
CMYK77%, 0%, 41%, 51%
HSV147.8°, 76.6%, 48.6%
LAB45.8, -39.4, 20.3
XYZ8.9, 15.2, 8.8
Decimal1932361
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.21:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7C49;
}
.text-color {
color: #1D7C49;
}
.border-color {
border: 2px solid #1D7C49;
}