Shades of Elf Green #219C77
Tints of Elf Green #219C77
RGB
CMYK
RGB Variations
Color information
#219C77 (or 0x219C77) is known color: Elf Green. HEX triplet: 21, 9C and 77. RGB value is (33,156,119). Sum of RGB (Red+Green+Blue) = 33+156+119=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #219C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C77 is #DE6388. Grayscale: #737373. Windows color (decimal): -14574473 or 7838753. OLE color: 7838753.
HSL color Cylindrical-coordinate representation of color #219C77: hue angle of 161.95º 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 #219C77 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 119 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.39 |
| HSL | 161.95º | 0.65% | 0.37% | - |
| HSV(B) | 161.95º | 0.79% | 0.61% | - |
| XYZ | 15.85 | 25.43 | 21.53 | - |
| YUV | 115.01 | 130.25 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 119 | 0.79 | 0 | 0.24 | 0.39 | 161.95 | 0.65 | 0.37 |
| Hex | 21 | 9C | 77 | 4F | 0 | 18 | 27 | A2 | 41 | 25 |
| Octal | 41 | 234 | 167 | 117 | 0 | 30 | 47 | 242 | 101 | 45 |
| Binary | 100001 | 10011100 | 1110111 | 1001111 | 0 | 11000 | 100111 | 10100010 | 1000001 | 100101 |
Color Harmonies of #219C77
Complementary color
Monochromatic Colors of #219C77
Black with #219C77
Text Example
Text Example
White with #219C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C77; }
p { color: rgb(33,156,119); }
H1.HeaderClassName
{
color: #219C77;
}
.AnyTagClassName
{
color: #219C77;
}
</style>
background-color css
<style>
a { background-color: #219C77; }
a { background-color: rgb(33,156,119); }
div.DivClassName
{
background-color: #219C77;
}
.BgClassName
{
background-color: #219C77;
}
</style>
border-color css
<style>
span { border-color: #219C77; }
span { border-color: rgb(33,156,119); }
td.TdClassName
{
border-color: #219C77;
}
.TagClassName
{
border-color: #219C77;
}
</style>