#3A5F1D
A dark, moderate green closely aligning with Darkolivegreen.
About #3A5F1D
At its core, #3A5F1D is a dark and moderate hue. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 58 red, 95 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 39% cyan and 0% magenta inks. With a hue angle of 93.6 degrees, it sits comfortably in the green spectrum.
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#3A5F1D
RGB58, 95, 29
HSL93.6°, 53.2%, 24.3%
CMYK39%, 0%, 69%, 63%
HSV93.6°, 69.5%, 37.3%
LAB36.3, -25.8, 32.5
XYZ6.1, 9.2, 2.6
Decimal3825437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.41:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.08:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5F1D;
}
.text-color {
color: #3A5F1D;
}
.border-color {
border: 2px solid #3A5F1D;
}