Shades of Elf Green #219073
Tints of Elf Green #219073
RGB
CMYK
RGB Variations
Color information
#219073 (or 0x219073) is known color: Elf Green. HEX triplet: 21, 90 and 73. RGB value is (33,144,115). Sum of RGB (Red+Green+Blue) = 33+144+115=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #219073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219073 is #DE6F8C. Grayscale: #6B6B6B. Windows color (decimal): -14577549 or 7573537. OLE color: 7573537.
HSL color Cylindrical-coordinate representation of color #219073: hue angle of 164.32º 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 #219073 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 115 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.44 |
| HSL | 164.32º | 0.63% | 0.35% | - |
| HSV(B) | 164.32º | 0.77% | 0.56% | - |
| XYZ | 13.69 | 21.51 | 19.65 | - |
| YUV | 107.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 115 | 0.77 | 0 | 0.20 | 0.44 | 164.32 | 0.63 | 0.35 |
| Hex | 21 | 90 | 73 | 4D | 0 | 14 | 2C | A4 | 3F | 23 |
| Octal | 41 | 220 | 163 | 115 | 0 | 24 | 54 | 244 | 77 | 43 |
| Binary | 100001 | 10010000 | 1110011 | 1001101 | 0 | 10100 | 101100 | 10100100 | 111111 | 100011 |
Color Harmonies of #219073
Complementary color
Monochromatic Colors of #219073
Black with #219073
Text Example
Text Example
White with #219073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219073; }
p { color: rgb(33,144,115); }
H1.HeaderClassName
{
color: #219073;
}
.AnyTagClassName
{
color: #219073;
}
</style>
background-color css
<style>
a { background-color: #219073; }
a { background-color: rgb(33,144,115); }
div.DivClassName
{
background-color: #219073;
}
.BgClassName
{
background-color: #219073;
}
</style>
border-color css
<style>
span { border-color: #219073; }
span { border-color: rgb(33,144,115); }
td.TdClassName
{
border-color: #219073;
}
.TagClassName
{
border-color: #219073;
}
</style>