Shades of Elf Green #219C72
Tints of Elf Green #219C72
RGB
CMYK
RGB Variations
Color information
#219C72 (or 0x219C72) is known color: Elf Green. HEX triplet: 21, 9C and 72. RGB value is (33,156,114). Sum of RGB (Red+Green+Blue) = 33+156+114=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #219C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C72 is #DE638D. Grayscale: #727272. Windows color (decimal): -14574478 or 7511073. OLE color: 7511073.
HSL color Cylindrical-coordinate representation of color #219C72: hue angle of 159.51º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C72 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 114 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.39 |
| HSL | 159.51º | 0.65% | 0.37% | - |
| HSV(B) | 159.51º | 0.79% | 0.61% | - |
| XYZ | 15.55 | 25.32 | 19.99 | - |
| YUV | 114.44 | 127.75 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 114 | 0.79 | 0 | 0.27 | 0.39 | 159.51 | 0.65 | 0.37 |
| Hex | 21 | 9C | 72 | 4F | 0 | 1B | 27 | A0 | 41 | 25 |
| Octal | 41 | 234 | 162 | 117 | 0 | 33 | 47 | 240 | 101 | 45 |
| Binary | 100001 | 10011100 | 1110010 | 1001111 | 0 | 11011 | 100111 | 10100000 | 1000001 | 100101 |
Color Harmonies of #219C72
Complementary color
Monochromatic Colors of #219C72
Black with #219C72
Text Example
Text Example
White with #219C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C72; }
p { color: rgb(33,156,114); }
H1.HeaderClassName
{
color: #219C72;
}
.AnyTagClassName
{
color: #219C72;
}
</style>
background-color css
<style>
a { background-color: #219C72; }
a { background-color: rgb(33,156,114); }
div.DivClassName
{
background-color: #219C72;
}
.BgClassName
{
background-color: #219C72;
}
</style>
border-color css
<style>
span { border-color: #219C72; }
span { border-color: rgb(33,156,114); }
td.TdClassName
{
border-color: #219C72;
}
.TagClassName
{
border-color: #219C72;
}
</style>