Shades of Sea Green #238452
Tints of Sea Green #238452
RGB
CMYK
RGB Variations
Color information
#238452 (or 0x238452) is known color: Sea Green. HEX triplet: 23, 84 and 52. RGB value is (35,132,82). Sum of RGB (Red+Green+Blue) = 35+132+82=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #238452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238452 is #DC7BAD. Grayscale: #616161. Windows color (decimal): -14449582 or 5407779. OLE color: 5407779.
HSL color Cylindrical-coordinate representation of color #238452: hue angle of 149.07º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238452 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 132 | 82 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.48 |
| HSL | 149.07º | 0.58% | 0.33% | - |
| HSV(B) | 149.07º | 0.73% | 0.52% | - |
| XYZ | 10.47 | 17.47 | 10.8 | - |
| YUV | 97.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 82 | 0.73 | 0 | 0.38 | 0.48 | 149.07 | 0.58 | 0.33 |
| Hex | 23 | 84 | 52 | 49 | 0 | 26 | 30 | 95 | 3A | 21 |
| Octal | 43 | 204 | 122 | 111 | 0 | 46 | 60 | 225 | 72 | 41 |
| Binary | 100011 | 10000100 | 1010010 | 1001001 | 0 | 100110 | 110000 | 10010101 | 111010 | 100001 |
Color Harmonies of #238452
Complementary color
Monochromatic Colors of #238452
Black with #238452
Text Example
Text Example
White with #238452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238452; }
p { color: rgb(35,132,82); }
H1.HeaderClassName
{
color: #238452;
}
.AnyTagClassName
{
color: #238452;
}
</style>
background-color css
<style>
a { background-color: #238452; }
a { background-color: rgb(35,132,82); }
div.DivClassName
{
background-color: #238452;
}
.BgClassName
{
background-color: #238452;
}
</style>
border-color css
<style>
span { border-color: #238452; }
span { border-color: rgb(35,132,82); }
td.TdClassName
{
border-color: #238452;
}
.TagClassName
{
border-color: #238452;
}
</style>