Shades of Elf Green #219066
Tints of Elf Green #219066
RGB
CMYK
RGB Variations
Color information
#219066 (or 0x219066) is known color: Elf Green. HEX triplet: 21, 90 and 66. RGB value is (33,144,102). Sum of RGB (Red+Green+Blue) = 33+144+102=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #219066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219066 is #DE6F99. Grayscale: #6A6A6A. Windows color (decimal): -14577562 or 6721569. OLE color: 6721569.
HSL color Cylindrical-coordinate representation of color #219066: hue angle of 157.3º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219066 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 102 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.44 |
| HSL | 157.3º | 0.63% | 0.35% | - |
| HSV(B) | 157.3º | 0.77% | 0.56% | - |
| XYZ | 13 | 21.23 | 15.98 | - |
| YUV | 106.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 102 | 0.77 | 0 | 0.29 | 0.44 | 157.3 | 0.63 | 0.35 |
| Hex | 21 | 90 | 66 | 4D | 0 | 1D | 2C | 9D | 3F | 23 |
| Octal | 41 | 220 | 146 | 115 | 0 | 35 | 54 | 235 | 77 | 43 |
| Binary | 100001 | 10010000 | 1100110 | 1001101 | 0 | 11101 | 101100 | 10011101 | 111111 | 100011 |
Color Harmonies of #219066
Complementary color
Monochromatic Colors of #219066
Black with #219066
Text Example
Text Example
White with #219066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219066; }
p { color: rgb(33,144,102); }
H1.HeaderClassName
{
color: #219066;
}
.AnyTagClassName
{
color: #219066;
}
</style>
background-color css
<style>
a { background-color: #219066; }
a { background-color: rgb(33,144,102); }
div.DivClassName
{
background-color: #219066;
}
.BgClassName
{
background-color: #219066;
}
</style>
border-color css
<style>
span { border-color: #219066; }
span { border-color: rgb(33,144,102); }
td.TdClassName
{
border-color: #219066;
}
.TagClassName
{
border-color: #219066;
}
</style>