#3A6D0F
A dark, vivid green closely aligning with Darkgreen.
About #3A6D0F
At its core, #3A6D0F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 58 red, 109 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 47% cyan, 0% magenta, 86% yellow, and 57% black. With a hue angle of 92.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A6D0F
RGB58, 109, 15
HSL92.6°, 75.8%, 24.3%
CMYK47%, 0%, 86%, 57%
HSV92.6°, 86.2%, 42.7%
LAB41.0, -33.2, 42.5
XYZ7.3, 11.9, 2.4
Decimal3829007
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.22:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.95:1
Text on #F8FAFC
AA
2.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A6D0F;
}
.text-color {
color: #3A6D0F;
}
.border-color {
border: 2px solid #3A6D0F;
}