Shades of Elf Green #218860
Tints of Elf Green #218860
RGB
CMYK
RGB Variations
Color information
#218860 (or 0x218860) is known color: Elf Green. HEX triplet: 21, 88 and 60. RGB value is (33,136,96). Sum of RGB (Red+Green+Blue) = 33+136+96=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #218860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218860 is #DE779F. Grayscale: #646464. Windows color (decimal): -14579616 or 6326305. OLE color: 6326305.
HSL color Cylindrical-coordinate representation of color #218860: hue angle of 156.7º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218860 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 96 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.47 |
| HSL | 156.7º | 0.61% | 0.33% | - |
| HSV(B) | 156.7º | 0.76% | 0.53% | - |
| XYZ | 11.54 | 18.78 | 14.08 | - |
| YUV | 100.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 96 | 0.76 | 0 | 0.29 | 0.47 | 156.7 | 0.61 | 0.33 |
| Hex | 21 | 88 | 60 | 4C | 0 | 1D | 2F | 9D | 3D | 21 |
| Octal | 41 | 210 | 140 | 114 | 0 | 35 | 57 | 235 | 75 | 41 |
| Binary | 100001 | 10001000 | 1100000 | 1001100 | 0 | 11101 | 101111 | 10011101 | 111101 | 100001 |
Color Harmonies of #218860
Complementary color
Monochromatic Colors of #218860
Black with #218860
Text Example
Text Example
White with #218860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218860; }
p { color: rgb(33,136,96); }
H1.HeaderClassName
{
color: #218860;
}
.AnyTagClassName
{
color: #218860;
}
</style>
background-color css
<style>
a { background-color: #218860; }
a { background-color: rgb(33,136,96); }
div.DivClassName
{
background-color: #218860;
}
.BgClassName
{
background-color: #218860;
}
</style>
border-color css
<style>
span { border-color: #218860; }
span { border-color: rgb(33,136,96); }
td.TdClassName
{
border-color: #218860;
}
.TagClassName
{
border-color: #218860;
}
</style>