Shades of Elf Green #219565
Tints of Elf Green #219565
RGB
CMYK
RGB Variations
Color information
#219565 (or 0x219565) is known color: Elf Green. HEX triplet: 21, 95 and 65. RGB value is (33,149,101). Sum of RGB (Red+Green+Blue) = 33+149+101=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #219565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219565 is #DE6A9A. Grayscale: #6C6C6C. Windows color (decimal): -14576283 or 6657313. OLE color: 6657313.
HSL color Cylindrical-coordinate representation of color #219565: hue angle of 155.17º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219565 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 101 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.42 |
| HSL | 155.17º | 0.64% | 0.36% | - |
| HSV(B) | 155.17º | 0.78% | 0.58% | - |
| XYZ | 13.72 | 22.76 | 15.98 | - |
| YUV | 108.84 | 123.57 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 101 | 0.78 | 0 | 0.32 | 0.42 | 155.17 | 0.64 | 0.36 |
| Hex | 21 | 95 | 65 | 4E | 0 | 20 | 2A | 9B | 40 | 24 |
| Octal | 41 | 225 | 145 | 116 | 0 | 40 | 52 | 233 | 100 | 44 |
| Binary | 100001 | 10010101 | 1100101 | 1001110 | 0 | 100000 | 101010 | 10011011 | 1000000 | 100100 |
Color Harmonies of #219565
Complementary color
Monochromatic Colors of #219565
Black with #219565
Text Example
Text Example
White with #219565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219565; }
p { color: rgb(33,149,101); }
H1.HeaderClassName
{
color: #219565;
}
.AnyTagClassName
{
color: #219565;
}
</style>
background-color css
<style>
a { background-color: #219565; }
a { background-color: rgb(33,149,101); }
div.DivClassName
{
background-color: #219565;
}
.BgClassName
{
background-color: #219565;
}
</style>
border-color css
<style>
span { border-color: #219565; }
span { border-color: rgb(33,149,101); }
td.TdClassName
{
border-color: #219565;
}
.TagClassName
{
border-color: #219565;
}
</style>