Shades of Elf Green #219F70
Tints of Elf Green #219F70
RGB
CMYK
RGB Variations
Color information
#219F70 (or 0x219F70) is known color: Elf Green. HEX triplet: 21, 9F and 70. RGB value is (33,159,112). Sum of RGB (Red+Green+Blue) = 33+159+112=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #219F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219F70 is #DE608F. Grayscale: #747474. Windows color (decimal): -14573712 or 7380769. OLE color: 7380769.
HSL color Cylindrical-coordinate representation of color #219F70: hue angle of 157.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F70 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 159 | 112 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.38 |
| HSL | 157.62º | 0.66% | 0.38% | - |
| HSV(B) | 157.62º | 0.79% | 0.62% | - |
| XYZ | 15.95 | 26.29 | 19.56 | - |
| YUV | 115.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 159 | 112 | 0.79 | 0 | 0.30 | 0.38 | 157.62 | 0.66 | 0.38 |
| Hex | 21 | 9F | 70 | 4F | 0 | 1E | 26 | 9E | 42 | 26 |
| Octal | 41 | 237 | 160 | 117 | 0 | 36 | 46 | 236 | 102 | 46 |
| Binary | 100001 | 10011111 | 1110000 | 1001111 | 0 | 11110 | 100110 | 10011110 | 1000010 | 100110 |
Color Harmonies of #219F70
Complementary color
Monochromatic Colors of #219F70
Black with #219F70
Text Example
Text Example
White with #219F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219F70; }
p { color: rgb(33,159,112); }
H1.HeaderClassName
{
color: #219F70;
}
.AnyTagClassName
{
color: #219F70;
}
</style>
background-color css
<style>
a { background-color: #219F70; }
a { background-color: rgb(33,159,112); }
div.DivClassName
{
background-color: #219F70;
}
.BgClassName
{
background-color: #219F70;
}
</style>
border-color css
<style>
span { border-color: #219F70; }
span { border-color: rgb(33,159,112); }
td.TdClassName
{
border-color: #219F70;
}
.TagClassName
{
border-color: #219F70;
}
</style>