#3A5F2C
A dark, moderate green closely aligning with Darkolivegreen.
About #3A5F2C
The hex code #3A5F2C represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 58 red, 95 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 39% Cyan, 0% Magenta, 54% Yellow, and 63% Black. With a hue angle of 103.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A5F2C
RGB58, 95, 44
HSL103.5°, 36.7%, 27.3%
CMYK39%, 0%, 54%, 63%
HSV103.5°, 53.7%, 37.3%
LAB36.5, -24.0, 24.9
XYZ6.3, 9.3, 3.8
Decimal3825452
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.36:1
Text on #FFFFFF
AAA
2.85:1
Text on #000000
FAIL
7.03:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5F2C;
}
.text-color {
color: #3A5F2C;
}
.border-color {
border: 2px solid #3A5F2C;
}