#007C42
A dark, vivid green closely aligning with Seagreen.
About #007C42
At its core, #007C42 is a dark and vivid hue. It is closely associated with the named CSS color Seagreen. Its digital footprint relies on 0 parts red, 124 parts green, and 66 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#007C42
RGB0, 124, 66
HSL151.9°, 100.0%, 24.3%
CMYK100%, 0%, 47%, 51%
HSV151.9°, 100.0%, 48.6%
LAB45.4, -43.7, 23.5
XYZ8.2, 14.8, 7.6
Decimal31810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.30:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.07:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C42;
}
.text-color {
color: #007C42;
}
.border-color {
border: 2px solid #007C42;
}