Shades of Elf Green #219C75
Tints of Elf Green #219C75
RGB
CMYK
RGB Variations
Color information
#219C75 (or 0x219C75) is known color: Elf Green. HEX triplet: 21, 9C and 75. RGB value is (33,156,117). Sum of RGB (Red+Green+Blue) = 33+156+117=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #219C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C75 is #DE638A. Grayscale: #727272. Windows color (decimal): -14574475 or 7707681. OLE color: 7707681.
HSL color Cylindrical-coordinate representation of color #219C75: hue angle of 160.98º 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 #219C75 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 117 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.39 |
| HSL | 160.98º | 0.65% | 0.37% | - |
| HSV(B) | 160.98º | 0.79% | 0.61% | - |
| XYZ | 15.73 | 25.38 | 20.9 | - |
| YUV | 114.78 | 129.25 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 117 | 0.79 | 0 | 0.25 | 0.39 | 160.98 | 0.65 | 0.37 |
| Hex | 21 | 9C | 75 | 4F | 0 | 19 | 27 | A1 | 41 | 25 |
| Octal | 41 | 234 | 165 | 117 | 0 | 31 | 47 | 241 | 101 | 45 |
| Binary | 100001 | 10011100 | 1110101 | 1001111 | 0 | 11001 | 100111 | 10100001 | 1000001 | 100101 |
Color Harmonies of #219C75
Complementary color
Monochromatic Colors of #219C75
Black with #219C75
Text Example
Text Example
White with #219C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C75; }
p { color: rgb(33,156,117); }
H1.HeaderClassName
{
color: #219C75;
}
.AnyTagClassName
{
color: #219C75;
}
</style>
background-color css
<style>
a { background-color: #219C75; }
a { background-color: rgb(33,156,117); }
div.DivClassName
{
background-color: #219C75;
}
.BgClassName
{
background-color: #219C75;
}
</style>
border-color css
<style>
span { border-color: #219C75; }
span { border-color: rgb(33,156,117); }
td.TdClassName
{
border-color: #219C75;
}
.TagClassName
{
border-color: #219C75;
}
</style>