Shades of Sea Green #219A42
Tints of Sea Green #219A42
RGB
CMYK
RGB Variations
Color information
#219A42 (or 0x219A42) is known color: Sea Green. HEX triplet: 21, 9A and 42. RGB value is (33,154,66). Sum of RGB (Red+Green+Blue) = 33+154+66=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 154 (60.55% from 255 or 60.87% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 154 - color contains mainly: green. Hex color #219A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219A42 is #DE65BD. Grayscale: #6C6C6C. Windows color (decimal): -14575038 or 4364833. OLE color: 4364833.
HSL color Cylindrical-coordinate representation of color #219A42: hue angle of 136.36º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219A42 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 154 | 66 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.40 |
| HSL | 136.36º | 0.65% | 0.37% | - |
| HSV(B) | 136.36º | 0.79% | 0.6% | - |
| XYZ | 13.17 | 23.83 | 9.06 | - |
| YUV | 107.79 | 104.41 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 66 | 0.79 | 0 | 0.57 | 0.40 | 136.36 | 0.65 | 0.37 |
| Hex | 21 | 9A | 42 | 4F | 0 | 39 | 28 | 88 | 41 | 25 |
| Octal | 41 | 232 | 102 | 117 | 0 | 71 | 50 | 210 | 101 | 45 |
| Binary | 100001 | 10011010 | 1000010 | 1001111 | 0 | 111001 | 101000 | 10001000 | 1000001 | 100101 |
Color Harmonies of #219A42
Complementary color
Monochromatic Colors of #219A42
Black with #219A42
Text Example
Text Example
White with #219A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219A42; }
p { color: rgb(33,154,66); }
H1.HeaderClassName
{
color: #219A42;
}
.AnyTagClassName
{
color: #219A42;
}
</style>
background-color css
<style>
a { background-color: #219A42; }
a { background-color: rgb(33,154,66); }
div.DivClassName
{
background-color: #219A42;
}
.BgClassName
{
background-color: #219A42;
}
</style>
border-color css
<style>
span { border-color: #219A42; }
span { border-color: rgb(33,154,66); }
td.TdClassName
{
border-color: #219A42;
}
.TagClassName
{
border-color: #219A42;
}
</style>