#007C3A
A dark, vivid green closely aligning with Seagreen.
About #007C3A
The hex code #007C3A represents a beautifully specific shade of green. Its closest recognized web color is Seagreen. In the RGB color space, it consists of 0 red, 124 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 53% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#007C3A
RGB0, 124, 58
HSL148.1°, 100.0%, 24.3%
CMYK100%, 0%, 53%, 51%
HSV148.1°, 100.0%, 48.6%
LAB45.2, -45.1, 27.7
XYZ8.0, 14.7, 6.4
Decimal31802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C3A;
}
.text-color {
color: #007C3A;
}
.border-color {
border: 2px solid #007C3A;
}