Shades of Elf Green #218D79
Tints of Elf Green #218D79
RGB
CMYK
RGB Variations
Color information
#218D79 (or 0x218D79) is known color: Elf Green. HEX triplet: 21, 8D and 79. RGB value is (33,141,121). Sum of RGB (Red+Green+Blue) = 33+141+121=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #218D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D79 is #DE7286. Grayscale: #6A6A6A. Windows color (decimal): -14578311 or 7965985. OLE color: 7965985.
HSL color Cylindrical-coordinate representation of color #218D79: hue angle of 168.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D79 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 121 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.45 |
| HSL | 168.89º | 0.62% | 0.34% | - |
| HSV(B) | 168.89º | 0.77% | 0.55% | - |
| XYZ | 13.6 | 20.75 | 21.38 | - |
| YUV | 106.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 121 | 0.77 | 0 | 0.14 | 0.45 | 168.89 | 0.62 | 0.34 |
| Hex | 21 | 8D | 79 | 4D | 0 | E | 2D | A9 | 3E | 22 |
| Octal | 41 | 215 | 171 | 115 | 0 | 16 | 55 | 251 | 76 | 42 |
| Binary | 100001 | 10001101 | 1111001 | 1001101 | 0 | 1110 | 101101 | 10101001 | 111110 | 100010 |
Color Harmonies of #218D79
Complementary color
Monochromatic Colors of #218D79
Black with #218D79
Text Example
Text Example
White with #218D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D79; }
p { color: rgb(33,141,121); }
H1.HeaderClassName
{
color: #218D79;
}
.AnyTagClassName
{
color: #218D79;
}
</style>
background-color css
<style>
a { background-color: #218D79; }
a { background-color: rgb(33,141,121); }
div.DivClassName
{
background-color: #218D79;
}
.BgClassName
{
background-color: #218D79;
}
</style>
border-color css
<style>
span { border-color: #218D79; }
span { border-color: rgb(33,141,121); }
td.TdClassName
{
border-color: #218D79;
}
.TagClassName
{
border-color: #218D79;
}
</style>