Shades of Elf Green #219C74
Tints of Elf Green #219C74
RGB
CMYK
RGB Variations
Color information
#219C74 (or 0x219C74) is known color: Elf Green. HEX triplet: 21, 9C and 74. RGB value is (33,156,116). Sum of RGB (Red+Green+Blue) = 33+156+116=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #219C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C74 is #DE638B. Grayscale: #727272. Windows color (decimal): -14574476 or 7642145. OLE color: 7642145.
HSL color Cylindrical-coordinate representation of color #219C74: hue angle of 160.49º 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 #219C74 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 116 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.39 |
| HSL | 160.49º | 0.65% | 0.37% | - |
| HSV(B) | 160.49º | 0.79% | 0.61% | - |
| XYZ | 15.67 | 25.36 | 20.59 | - |
| YUV | 114.66 | 128.75 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 116 | 0.79 | 0 | 0.26 | 0.39 | 160.49 | 0.65 | 0.37 |
| Hex | 21 | 9C | 74 | 4F | 0 | 1A | 27 | A0 | 41 | 25 |
| Octal | 41 | 234 | 164 | 117 | 0 | 32 | 47 | 240 | 101 | 45 |
| Binary | 100001 | 10011100 | 1110100 | 1001111 | 0 | 11010 | 100111 | 10100000 | 1000001 | 100101 |
Color Harmonies of #219C74
Complementary color
Monochromatic Colors of #219C74
Black with #219C74
Text Example
Text Example
White with #219C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C74; }
p { color: rgb(33,156,116); }
H1.HeaderClassName
{
color: #219C74;
}
.AnyTagClassName
{
color: #219C74;
}
</style>
background-color css
<style>
a { background-color: #219C74; }
a { background-color: rgb(33,156,116); }
div.DivClassName
{
background-color: #219C74;
}
.BgClassName
{
background-color: #219C74;
}
</style>
border-color css
<style>
span { border-color: #219C74; }
span { border-color: rgb(33,156,116); }
td.TdClassName
{
border-color: #219C74;
}
.TagClassName
{
border-color: #219C74;
}
</style>