#3A7C33
A dark, moderate green closely aligning with Seagreen.
About #3A7C33
Visually, #3A7C33 is defined as a moderate green. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 58 red, 124 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 53% C, 0% M, 59% Y, and 51% K. The HSL representation is 114.2° hue, 41.7% saturation, and 34.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A7C33
RGB58, 124, 51
HSL114.2°, 41.7%, 34.3%
CMYK53%, 0%, 59%, 51%
HSV114.2°, 58.9%, 48.6%
LAB46.4, -36.4, 33.0
XYZ9.6, 15.6, 5.6
Decimal3832883
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.11:1
Text on #FFFFFF
AA
4.11:1
Text on #000000
AA Large
4.88:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7C33;
}
.text-color {
color: #3A7C33;
}
.border-color {
border: 2px solid #3A7C33;
}