#1D923A
A dark, moderate green closely aligning with Forestgreen.
About #1D923A
Visually, #1D923A is defined as a moderate green. It is closely associated with the named CSS color Forestgreen. This translates to an RGB value of rgb(29, 146, 58).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 80% cyan, 0% magenta, 60% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D923A
RGB29, 146, 58
HSL134.9°, 66.9%, 34.3%
CMYK80%, 0%, 60%, 43%
HSV134.9°, 80.1%, 57.3%
LAB53.1, -50.1, 37.2
XYZ11.5, 21.1, 7.5
Decimal1937978
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D923A;
}
.text-color {
color: #1D923A;
}
.border-color {
border: 2px solid #1D923A;
}