#3A7C2C
A dark, moderate green closely aligning with Darkgreen.
About #3A7C2C
When working with digital screens, the color #3A7C2C is rendered by mixing light. Designers often compare it to the standard color Darkgreen. In the RGB color space, it consists of 58 red, 124 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. The color uses 53% Cyan, 0% Magenta, 65% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A7C2C
RGB58, 124, 44
HSL109.5°, 47.6%, 32.9%
CMYK53%, 0%, 65%, 51%
HSV109.5°, 64.5%, 48.6%
LAB46.3, -37.3, 36.4
XYZ9.4, 15.5, 4.9
Decimal3832876
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.90:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7C2C;
}
.text-color {
color: #3A7C2C;
}
.border-color {
border: 2px solid #3A7C2C;
}