Shades of Sea Green #239142
Tints of Sea Green #239142
RGB
CMYK
RGB Variations
Color information
#239142 (or 0x239142) is known color: Sea Green. HEX triplet: 23, 91 and 42. RGB value is (35,145,66). Sum of RGB (Red+Green+Blue) = 35+145+66=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #239142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #239142 is #DC6EBD. Grayscale: #676767. Windows color (decimal): -14446270 or 4362531. OLE color: 4362531.
HSL color Cylindrical-coordinate representation of color #239142: hue angle of 136.91º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239142 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 66 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.43 |
| HSL | 136.91º | 0.61% | 0.35% | - |
| HSV(B) | 136.91º | 0.76% | 0.57% | - |
| XYZ | 11.8 | 21 | 8.59 | - |
| YUV | 103.1 | 107.06 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 66 | 0.76 | 0 | 0.54 | 0.43 | 136.91 | 0.61 | 0.35 |
| Hex | 23 | 91 | 42 | 4C | 0 | 36 | 2B | 89 | 3D | 23 |
| Octal | 43 | 221 | 102 | 114 | 0 | 66 | 53 | 211 | 75 | 43 |
| Binary | 100011 | 10010001 | 1000010 | 1001100 | 0 | 110110 | 101011 | 10001001 | 111101 | 100011 |
Color Harmonies of #239142
Complementary color
Monochromatic Colors of #239142
Black with #239142
Text Example
Text Example
White with #239142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239142; }
p { color: rgb(35,145,66); }
H1.HeaderClassName
{
color: #239142;
}
.AnyTagClassName
{
color: #239142;
}
</style>
background-color css
<style>
a { background-color: #239142; }
a { background-color: rgb(35,145,66); }
div.DivClassName
{
background-color: #239142;
}
.BgClassName
{
background-color: #239142;
}
</style>
border-color css
<style>
span { border-color: #239142; }
span { border-color: rgb(35,145,66); }
td.TdClassName
{
border-color: #239142;
}
.TagClassName
{
border-color: #239142;
}
</style>