Shades of Elf Green #218D63
Tints of Elf Green #218D63
RGB
CMYK
RGB Variations
Color information
#218D63 (or 0x218D63) is known color: Elf Green. HEX triplet: 21, 8D and 63. RGB value is (33,141,99). Sum of RGB (Red+Green+Blue) = 33+141+99=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #218D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D63 is #DE729C. Grayscale: #676767. Windows color (decimal): -14578333 or 6524193. OLE color: 6524193.
HSL color Cylindrical-coordinate representation of color #218D63: hue angle of 156.67º 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 #218D63 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 99 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.45 |
| HSL | 156.67º | 0.62% | 0.34% | - |
| HSV(B) | 156.67º | 0.77% | 0.55% | - |
| XYZ | 12.4 | 20.27 | 15.06 | - |
| YUV | 103.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 99 | 0.77 | 0 | 0.30 | 0.45 | 156.67 | 0.62 | 0.34 |
| Hex | 21 | 8D | 63 | 4D | 0 | 1E | 2D | 9D | 3E | 22 |
| Octal | 41 | 215 | 143 | 115 | 0 | 36 | 55 | 235 | 76 | 42 |
| Binary | 100001 | 10001101 | 1100011 | 1001101 | 0 | 11110 | 101101 | 10011101 | 111110 | 100010 |
Color Harmonies of #218D63
Complementary color
Monochromatic Colors of #218D63
Black with #218D63
Text Example
Text Example
White with #218D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D63; }
p { color: rgb(33,141,99); }
H1.HeaderClassName
{
color: #218D63;
}
.AnyTagClassName
{
color: #218D63;
}
</style>
background-color css
<style>
a { background-color: #218D63; }
a { background-color: rgb(33,141,99); }
div.DivClassName
{
background-color: #218D63;
}
.BgClassName
{
background-color: #218D63;
}
</style>
border-color css
<style>
span { border-color: #218D63; }
span { border-color: rgb(33,141,99); }
td.TdClassName
{
border-color: #218D63;
}
.TagClassName
{
border-color: #218D63;
}
</style>