#245F42
A dark, moderate green closely aligning with Darkslategray.
About #245F42
When working with digital screens, the color #245F42 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 36 red, 95 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 62% C, 0% M, 31% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#245F42
RGB36, 95, 66
HSL150.5°, 45.0%, 25.7%
CMYK62%, 0%, 31%, 63%
HSV150.5°, 62.1%, 37.3%
LAB35.9, -26.8, 11.0
XYZ5.8, 9.0, 6.6
Decimal2383682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.53:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.19:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245F42;
}
.text-color {
color: #245F42;
}
.border-color {
border: 2px solid #245F42;
}