Shades of Elf Green #218865
Tints of Elf Green #218865
RGB
CMYK
RGB Variations
Color information
#218865 (or 0x218865) is known color: Elf Green. HEX triplet: 21, 88 and 65. RGB value is (33,136,101). Sum of RGB (Red+Green+Blue) = 33+136+101=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #218865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218865 is #DE779A. Grayscale: #656565. Windows color (decimal): -14579611 or 6653985. OLE color: 6653985.
HSL color Cylindrical-coordinate representation of color #218865: hue angle of 159.61º 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 #218865 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 101 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.47 |
| HSL | 159.61º | 0.61% | 0.33% | - |
| HSV(B) | 159.61º | 0.76% | 0.53% | - |
| XYZ | 11.78 | 18.87 | 15.33 | - |
| YUV | 101.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 101 | 0.76 | 0 | 0.26 | 0.47 | 159.61 | 0.61 | 0.33 |
| Hex | 21 | 88 | 65 | 4C | 0 | 1A | 2F | A0 | 3D | 21 |
| Octal | 41 | 210 | 145 | 114 | 0 | 32 | 57 | 240 | 75 | 41 |
| Binary | 100001 | 10001000 | 1100101 | 1001100 | 0 | 11010 | 101111 | 10100000 | 111101 | 100001 |
Color Harmonies of #218865
Complementary color
Monochromatic Colors of #218865
Black with #218865
Text Example
Text Example
White with #218865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218865; }
p { color: rgb(33,136,101); }
H1.HeaderClassName
{
color: #218865;
}
.AnyTagClassName
{
color: #218865;
}
</style>
background-color css
<style>
a { background-color: #218865; }
a { background-color: rgb(33,136,101); }
div.DivClassName
{
background-color: #218865;
}
.BgClassName
{
background-color: #218865;
}
</style>
border-color css
<style>
span { border-color: #218865; }
span { border-color: rgb(33,136,101); }
td.TdClassName
{
border-color: #218865;
}
.TagClassName
{
border-color: #218865;
}
</style>