Shades of Elf Green #218E69
Tints of Elf Green #218E69
RGB
CMYK
RGB Variations
Color information
#218E69 (or 0x218E69) is known color: Elf Green. HEX triplet: 21, 8E and 69. RGB value is (33,142,105). Sum of RGB (Red+Green+Blue) = 33+142+105=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #218E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E69 is #DE7196. Grayscale: #696969. Windows color (decimal): -14578071 or 6917665. OLE color: 6917665.
HSL color Cylindrical-coordinate representation of color #218E69: hue angle of 159.63º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E69 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 105 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.44 |
| HSL | 159.63º | 0.62% | 0.34% | - |
| HSV(B) | 159.63º | 0.77% | 0.56% | - |
| XYZ | 12.85 | 20.69 | 16.68 | - |
| YUV | 105.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 105 | 0.77 | 0 | 0.26 | 0.44 | 159.63 | 0.62 | 0.34 |
| Hex | 21 | 8E | 69 | 4D | 0 | 1A | 2C | A0 | 3E | 22 |
| Octal | 41 | 216 | 151 | 115 | 0 | 32 | 54 | 240 | 76 | 42 |
| Binary | 100001 | 10001110 | 1101001 | 1001101 | 0 | 11010 | 101100 | 10100000 | 111110 | 100010 |
Color Harmonies of #218E69
Complementary color
Monochromatic Colors of #218E69
Black with #218E69
Text Example
Text Example
White with #218E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E69; }
p { color: rgb(33,142,105); }
H1.HeaderClassName
{
color: #218E69;
}
.AnyTagClassName
{
color: #218E69;
}
</style>
background-color css
<style>
a { background-color: #218E69; }
a { background-color: rgb(33,142,105); }
div.DivClassName
{
background-color: #218E69;
}
.BgClassName
{
background-color: #218E69;
}
</style>
border-color css
<style>
span { border-color: #218E69; }
span { border-color: rgb(33,142,105); }
td.TdClassName
{
border-color: #218E69;
}
.TagClassName
{
border-color: #218E69;
}
</style>