#42926D
A medium, moderate green closely aligning with Seagreen.
About #42926D
When working with digital screens, the color #42926D is rendered by mixing light. Its closest recognized web color is Seagreen. This translates to an RGB value of rgb(66, 146, 109).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 55% C, 0% M, 25% Y, and 43% K. The HSL representation is 152.2° hue, 37.7% saturation, and 41.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42926D
RGB66, 146, 109
HSL152.2°, 37.7%, 41.6%
CMYK55%, 0%, 25%, 43%
HSV152.2°, 54.8%, 57.3%
LAB54.9, -33.6, 12.3
XYZ15.3, 22.8, 18.1
Decimal4362861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.56:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #42926D;
}
.text-color {
color: #42926D;
}
.border-color {
border: 2px solid #42926D;
}