Shades of Elf Green #218D6C
Tints of Elf Green #218D6C
RGB
CMYK
RGB Variations
Color information
#218D6C (or 0x218D6C) is known color: Elf Green. HEX triplet: 21, 8D and 6C. RGB value is (33,141,108). Sum of RGB (Red+Green+Blue) = 33+141+108=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #218D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D6C is #DE7293. Grayscale: #686868. Windows color (decimal): -14578324 or 7114017. OLE color: 7114017.
HSL color Cylindrical-coordinate representation of color #218D6C: hue angle of 161.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 #218D6C is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 108 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.45 |
| HSL | 161.67º | 0.62% | 0.34% | - |
| HSV(B) | 161.67º | 0.77% | 0.55% | - |
| XYZ | 12.86 | 20.46 | 17.46 | - |
| YUV | 104.95 | 129.72 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 108 | 0.77 | 0 | 0.23 | 0.45 | 161.67 | 0.62 | 0.34 |
| Hex | 21 | 8D | 6C | 4D | 0 | 17 | 2D | A2 | 3E | 22 |
| Octal | 41 | 215 | 154 | 115 | 0 | 27 | 55 | 242 | 76 | 42 |
| Binary | 100001 | 10001101 | 1101100 | 1001101 | 0 | 10111 | 101101 | 10100010 | 111110 | 100010 |
Color Harmonies of #218D6C
Complementary color
Monochromatic Colors of #218D6C
Black with #218D6C
Text Example
Text Example
White with #218D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D6C; }
p { color: rgb(33,141,108); }
H1.HeaderClassName
{
color: #218D6C;
}
.AnyTagClassName
{
color: #218D6C;
}
</style>
background-color css
<style>
a { background-color: #218D6C; }
a { background-color: rgb(33,141,108); }
div.DivClassName
{
background-color: #218D6C;
}
.BgClassName
{
background-color: #218D6C;
}
</style>
border-color css
<style>
span { border-color: #218D6C; }
span { border-color: rgb(33,141,108); }
td.TdClassName
{
border-color: #218D6C;
}
.TagClassName
{
border-color: #218D6C;
}
</style>