Shades of Sea Green #218952
Tints of Sea Green #218952
RGB
CMYK
RGB Variations
Color information
#218952 (or 0x218952) is known color: Sea Green. HEX triplet: 21, 89 and 52. RGB value is (33,137,82). Sum of RGB (Red+Green+Blue) = 33+137+82=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #218952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218952 is #DE76AD. Grayscale: #636363. Windows color (decimal): -14579374 or 5409057. OLE color: 5409057.
HSL color Cylindrical-coordinate representation of color #218952: hue angle of 148.27º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218952 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 82 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.46 |
| HSL | 148.27º | 0.61% | 0.33% | - |
| HSV(B) | 148.27º | 0.76% | 0.54% | - |
| XYZ | 11.1 | 18.82 | 11.03 | - |
| YUV | 99.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 82 | 0.76 | 0 | 0.40 | 0.46 | 148.27 | 0.61 | 0.33 |
| Hex | 21 | 89 | 52 | 4C | 0 | 28 | 2E | 94 | 3D | 21 |
| Octal | 41 | 211 | 122 | 114 | 0 | 50 | 56 | 224 | 75 | 41 |
| Binary | 100001 | 10001001 | 1010010 | 1001100 | 0 | 101000 | 101110 | 10010100 | 111101 | 100001 |
Color Harmonies of #218952
Complementary color
Monochromatic Colors of #218952
Black with #218952
Text Example
Text Example
White with #218952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218952; }
p { color: rgb(33,137,82); }
H1.HeaderClassName
{
color: #218952;
}
.AnyTagClassName
{
color: #218952;
}
</style>
background-color css
<style>
a { background-color: #218952; }
a { background-color: rgb(33,137,82); }
div.DivClassName
{
background-color: #218952;
}
.BgClassName
{
background-color: #218952;
}
</style>
border-color css
<style>
span { border-color: #218952; }
span { border-color: rgb(33,137,82); }
td.TdClassName
{
border-color: #218952;
}
.TagClassName
{
border-color: #218952;
}
</style>