Shades of Elf Green #218866
Tints of Elf Green #218866
RGB
CMYK
RGB Variations
Color information
#218866 (or 0x218866) is known color: Elf Green. HEX triplet: 21, 88 and 66. RGB value is (33,136,102). Sum of RGB (Red+Green+Blue) = 33+136+102=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #218866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218866 is #DE7799. Grayscale: #656565. Windows color (decimal): -14579610 or 6719521. OLE color: 6719521.
HSL color Cylindrical-coordinate representation of color #218866: hue angle of 160.19º 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 #218866 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 102 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.47 |
| HSL | 160.19º | 0.61% | 0.33% | - |
| HSV(B) | 160.19º | 0.76% | 0.53% | - |
| XYZ | 11.83 | 18.89 | 15.59 | - |
| YUV | 101.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 102 | 0.76 | 0 | 0.25 | 0.47 | 160.19 | 0.61 | 0.33 |
| Hex | 21 | 88 | 66 | 4C | 0 | 19 | 2F | A0 | 3D | 21 |
| Octal | 41 | 210 | 146 | 114 | 0 | 31 | 57 | 240 | 75 | 41 |
| Binary | 100001 | 10001000 | 1100110 | 1001100 | 0 | 11001 | 101111 | 10100000 | 111101 | 100001 |
Color Harmonies of #218866
Complementary color
Monochromatic Colors of #218866
Black with #218866
Text Example
Text Example
White with #218866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218866; }
p { color: rgb(33,136,102); }
H1.HeaderClassName
{
color: #218866;
}
.AnyTagClassName
{
color: #218866;
}
</style>
background-color css
<style>
a { background-color: #218866; }
a { background-color: rgb(33,136,102); }
div.DivClassName
{
background-color: #218866;
}
.BgClassName
{
background-color: #218866;
}
</style>
border-color css
<style>
span { border-color: #218866; }
span { border-color: rgb(33,136,102); }
td.TdClassName
{
border-color: #218866;
}
.TagClassName
{
border-color: #218866;
}
</style>