Shades of Sea Green #218942
Tints of Sea Green #218942
RGB
CMYK
RGB Variations
Color information
#218942 (or 0x218942) is known color: Sea Green. HEX triplet: 21, 89 and 42. RGB value is (33,137,66). Sum of RGB (Red+Green+Blue) = 33+137+66=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #218942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218942 is #DE76BD. Grayscale: #616161. Windows color (decimal): -14579390 or 4360481. OLE color: 4360481.
HSL color Cylindrical-coordinate representation of color #218942: hue angle of 139.04º 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 #218942 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 66 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.46 |
| HSL | 139.04º | 0.61% | 0.33% | - |
| HSV(B) | 139.04º | 0.76% | 0.54% | - |
| XYZ | 10.56 | 18.61 | 8.19 | - |
| YUV | 97.81 | 110.04 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 66 | 0.76 | 0 | 0.52 | 0.46 | 139.04 | 0.61 | 0.33 |
| Hex | 21 | 89 | 42 | 4C | 0 | 34 | 2E | 8B | 3D | 21 |
| Octal | 41 | 211 | 102 | 114 | 0 | 64 | 56 | 213 | 75 | 41 |
| Binary | 100001 | 10001001 | 1000010 | 1001100 | 0 | 110100 | 101110 | 10001011 | 111101 | 100001 |
Color Harmonies of #218942
Complementary color
Monochromatic Colors of #218942
Black with #218942
Text Example
Text Example
White with #218942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218942; }
p { color: rgb(33,137,66); }
H1.HeaderClassName
{
color: #218942;
}
.AnyTagClassName
{
color: #218942;
}
</style>
background-color css
<style>
a { background-color: #218942; }
a { background-color: rgb(33,137,66); }
div.DivClassName
{
background-color: #218942;
}
.BgClassName
{
background-color: #218942;
}
</style>
border-color css
<style>
span { border-color: #218942; }
span { border-color: rgb(33,137,66); }
td.TdClassName
{
border-color: #218942;
}
.TagClassName
{
border-color: #218942;
}
</style>