Shades of Elf Green #218E79
Tints of Elf Green #218E79
RGB
CMYK
RGB Variations
Color information
#218E79 (or 0x218E79) is known color: Elf Green. HEX triplet: 21, 8E and 79. RGB value is (33,142,121). Sum of RGB (Red+Green+Blue) = 33+142+121=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #218E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E79 is #DE7186. Grayscale: #6A6A6A. Windows color (decimal): -14578055 or 7966241. OLE color: 7966241.
HSL color Cylindrical-coordinate representation of color #218E79: hue angle of 168.44º 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 #218E79 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 121 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.44 |
| HSL | 168.44º | 0.62% | 0.34% | - |
| HSV(B) | 168.44º | 0.77% | 0.56% | - |
| XYZ | 13.75 | 21.05 | 21.43 | - |
| YUV | 107.02 | 135.89 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 121 | 0.77 | 0 | 0.15 | 0.44 | 168.44 | 0.62 | 0.34 |
| Hex | 21 | 8E | 79 | 4D | 0 | F | 2C | A8 | 3E | 22 |
| Octal | 41 | 216 | 171 | 115 | 0 | 17 | 54 | 250 | 76 | 42 |
| Binary | 100001 | 10001110 | 1111001 | 1001101 | 0 | 1111 | 101100 | 10101000 | 111110 | 100010 |
Color Harmonies of #218E79
Complementary color
Monochromatic Colors of #218E79
Black with #218E79
Text Example
Text Example
White with #218E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E79; }
p { color: rgb(33,142,121); }
H1.HeaderClassName
{
color: #218E79;
}
.AnyTagClassName
{
color: #218E79;
}
</style>
background-color css
<style>
a { background-color: #218E79; }
a { background-color: rgb(33,142,121); }
div.DivClassName
{
background-color: #218E79;
}
.BgClassName
{
background-color: #218E79;
}
</style>
border-color css
<style>
span { border-color: #218E79; }
span { border-color: rgb(33,142,121); }
td.TdClassName
{
border-color: #218E79;
}
.TagClassName
{
border-color: #218E79;
}
</style>