Shades of Elf Green #218D69
Tints of Elf Green #218D69
RGB
CMYK
RGB Variations
Color information
#218D69 (or 0x218D69) is known color: Elf Green. HEX triplet: 21, 8D and 69. RGB value is (33,141,105). Sum of RGB (Red+Green+Blue) = 33+141+105=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #218D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D69 is #DE7296. Grayscale: #686868. Windows color (decimal): -14578327 or 6917409. OLE color: 6917409.
HSL color Cylindrical-coordinate representation of color #218D69: hue angle of 160º 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 #218D69 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 105 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.45 |
| HSL | 160º | 0.62% | 0.34% | - |
| HSV(B) | 160º | 0.77% | 0.55% | - |
| XYZ | 12.7 | 20.39 | 16.63 | - |
| YUV | 104.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 105 | 0.77 | 0 | 0.26 | 0.45 | 160 | 0.62 | 0.34 |
| Hex | 21 | 8D | 69 | 4D | 0 | 1A | 2D | A0 | 3E | 22 |
| Octal | 41 | 215 | 151 | 115 | 0 | 32 | 55 | 240 | 76 | 42 |
| Binary | 100001 | 10001101 | 1101001 | 1001101 | 0 | 11010 | 101101 | 10100000 | 111110 | 100010 |
Color Harmonies of #218D69
Complementary color
Monochromatic Colors of #218D69
Black with #218D69
Text Example
Text Example
White with #218D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D69; }
p { color: rgb(33,141,105); }
H1.HeaderClassName
{
color: #218D69;
}
.AnyTagClassName
{
color: #218D69;
}
</style>
background-color css
<style>
a { background-color: #218D69; }
a { background-color: rgb(33,141,105); }
div.DivClassName
{
background-color: #218D69;
}
.BgClassName
{
background-color: #218D69;
}
</style>
border-color css
<style>
span { border-color: #218D69; }
span { border-color: rgb(33,141,105); }
td.TdClassName
{
border-color: #218D69;
}
.TagClassName
{
border-color: #218D69;
}
</style>