#3A6D24
A dark, moderate green closely aligning with Darkolivegreen.
About #3A6D24
At its core, #3A6D24 is a dark and moderate hue. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 109, and 36.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 47% Cyan, 0% Magenta, 67% Yellow, and 57% Black. The HSL representation is 101.9° hue, 50.3% saturation, and 28.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3A6D24
RGB58, 109, 36
HSL101.9°, 50.3%, 28.4%
CMYK47%, 0%, 67%, 57%
HSV101.9°, 67.0%, 42.7%
LAB41.2, -31.6, 34.5
XYZ7.5, 12.0, 3.6
Decimal3829028
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.19:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.92:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A6D24;
}
.text-color {
color: #3A6D24;
}
.border-color {
border: 2px solid #3A6D24;
}