Shades of Sea Green #239452
Tints of Sea Green #239452
RGB
CMYK
RGB Variations
Color information
#239452 (or 0x239452) is known color: Sea Green. HEX triplet: 23, 94 and 52. RGB value is (35,148,82). Sum of RGB (Red+Green+Blue) = 35+148+82=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #239452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239452 is #DC6BAD. Grayscale: #6A6A6A. Windows color (decimal): -14445486 or 5411875. OLE color: 5411875.
HSL color Cylindrical-coordinate representation of color #239452: hue angle of 144.96º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239452 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 82 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.42 |
| HSL | 144.96º | 0.62% | 0.36% | - |
| HSV(B) | 144.96º | 0.76% | 0.58% | - |
| XYZ | 12.81 | 22.15 | 11.58 | - |
| YUV | 106.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 82 | 0.76 | 0 | 0.45 | 0.42 | 144.96 | 0.62 | 0.36 |
| Hex | 23 | 94 | 52 | 4C | 0 | 2D | 2A | 91 | 3E | 24 |
| Octal | 43 | 224 | 122 | 114 | 0 | 55 | 52 | 221 | 76 | 44 |
| Binary | 100011 | 10010100 | 1010010 | 1001100 | 0 | 101101 | 101010 | 10010001 | 111110 | 100100 |
Color Harmonies of #239452
Complementary color
Monochromatic Colors of #239452
Black with #239452
Text Example
Text Example
White with #239452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239452; }
p { color: rgb(35,148,82); }
H1.HeaderClassName
{
color: #239452;
}
.AnyTagClassName
{
color: #239452;
}
</style>
background-color css
<style>
a { background-color: #239452; }
a { background-color: rgb(35,148,82); }
div.DivClassName
{
background-color: #239452;
}
.BgClassName
{
background-color: #239452;
}
</style>
border-color css
<style>
span { border-color: #239452; }
span { border-color: rgb(35,148,82); }
td.TdClassName
{
border-color: #239452;
}
.TagClassName
{
border-color: #239452;
}
</style>