Shades of Elf Green #219160
Tints of Elf Green #219160
RGB
CMYK
RGB Variations
Color information
#219160 (or 0x219160) is known color: Elf Green. HEX triplet: 21, 91 and 60. RGB value is (33,145,96). Sum of RGB (Red+Green+Blue) = 33+145+96=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #219160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219160 is #DE6E9F. Grayscale: #6A6A6A. Windows color (decimal): -14577312 or 6328609. OLE color: 6328609.
HSL color Cylindrical-coordinate representation of color #219160: hue angle of 153.75º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219160 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 96 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.43 |
| HSL | 153.75º | 0.63% | 0.35% | - |
| HSV(B) | 153.75º | 0.77% | 0.57% | - |
| XYZ | 12.86 | 21.42 | 14.52 | - |
| YUV | 105.93 | 122.39 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 96 | 0.77 | 0 | 0.34 | 0.43 | 153.75 | 0.63 | 0.35 |
| Hex | 21 | 91 | 60 | 4D | 0 | 22 | 2B | 9A | 3F | 23 |
| Octal | 41 | 221 | 140 | 115 | 0 | 42 | 53 | 232 | 77 | 43 |
| Binary | 100001 | 10010001 | 1100000 | 1001101 | 0 | 100010 | 101011 | 10011010 | 111111 | 100011 |
Color Harmonies of #219160
Complementary color
Monochromatic Colors of #219160
Black with #219160
Text Example
Text Example
White with #219160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219160; }
p { color: rgb(33,145,96); }
H1.HeaderClassName
{
color: #219160;
}
.AnyTagClassName
{
color: #219160;
}
</style>
background-color css
<style>
a { background-color: #219160; }
a { background-color: rgb(33,145,96); }
div.DivClassName
{
background-color: #219160;
}
.BgClassName
{
background-color: #219160;
}
</style>
border-color css
<style>
span { border-color: #219160; }
span { border-color: rgb(33,145,96); }
td.TdClassName
{
border-color: #219160;
}
.TagClassName
{
border-color: #219160;
}
</style>