#2C491D
A dark, moderate green closely aligning with Darkolivegreen.
About #2C491D
At its core, #2C491D is a dark and moderate hue. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(44, 73, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 40% cyan, 0% magenta, 60% yellow, and 71% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C491D
RGB44, 73, 29
HSL99.5°, 43.1%, 20.0%
CMYK40%, 0%, 60%, 71%
HSV99.5°, 60.3%, 28.6%
LAB27.8, -20.3, 22.7
XYZ3.6, 5.4, 2.0
Decimal2902301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.11:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.66:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C491D;
}
.text-color {
color: #2C491D;
}
.border-color {
border: 2px solid #2C491D;
}