Shades of Sea Green #238952
Tints of Sea Green #238952
RGB
CMYK
RGB Variations
Color information
#238952 (or 0x238952) is known color: Sea Green. HEX triplet: 23, 89 and 52. RGB value is (35,137,82). Sum of RGB (Red+Green+Blue) = 35+137+82=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #238952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238952 is #DC76AD. Grayscale: #646464. Windows color (decimal): -14448302 or 5409059. OLE color: 5409059.
HSL color Cylindrical-coordinate representation of color #238952: hue angle of 147.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238952 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 82 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.46 |
| HSL | 147.65º | 0.59% | 0.34% | - |
| HSV(B) | 147.65º | 0.74% | 0.54% | - |
| XYZ | 11.16 | 18.86 | 11.03 | - |
| YUV | 100.23 | 117.71 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 82 | 0.74 | 0 | 0.40 | 0.46 | 147.65 | 0.59 | 0.34 |
| Hex | 23 | 89 | 52 | 4A | 0 | 28 | 2E | 94 | 3B | 22 |
| Octal | 43 | 211 | 122 | 112 | 0 | 50 | 56 | 224 | 73 | 42 |
| Binary | 100011 | 10001001 | 1010010 | 1001010 | 0 | 101000 | 101110 | 10010100 | 111011 | 100010 |
Color Harmonies of #238952
Complementary color
Monochromatic Colors of #238952
Black with #238952
Text Example
Text Example
White with #238952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238952; }
p { color: rgb(35,137,82); }
H1.HeaderClassName
{
color: #238952;
}
.AnyTagClassName
{
color: #238952;
}
</style>
background-color css
<style>
a { background-color: #238952; }
a { background-color: rgb(35,137,82); }
div.DivClassName
{
background-color: #238952;
}
.BgClassName
{
background-color: #238952;
}
</style>
border-color css
<style>
span { border-color: #238952; }
span { border-color: rgb(35,137,82); }
td.TdClassName
{
border-color: #238952;
}
.TagClassName
{
border-color: #238952;
}
</style>