Shades of Elf Green #218F6C
Tints of Elf Green #218F6C
RGB
CMYK
RGB Variations
Color information
#218F6C (or 0x218F6C) is known color: Elf Green. HEX triplet: 21, 8F and 6C. RGB value is (33,143,108). Sum of RGB (Red+Green+Blue) = 33+143+108=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #218F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F6C is #DE7093. Grayscale: #6A6A6A. Windows color (decimal): -14577812 or 7114529. OLE color: 7114529.
HSL color Cylindrical-coordinate representation of color #218F6C: hue angle of 160.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F6C is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 108 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.44 |
| HSL | 160.91º | 0.63% | 0.35% | - |
| HSV(B) | 160.91º | 0.77% | 0.56% | - |
| XYZ | 13.16 | 21.05 | 17.56 | - |
| YUV | 106.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 108 | 0.77 | 0 | 0.24 | 0.44 | 160.91 | 0.63 | 0.35 |
| Hex | 21 | 8F | 6C | 4D | 0 | 18 | 2C | A1 | 3E | 23 |
| Octal | 41 | 217 | 154 | 115 | 0 | 30 | 54 | 241 | 76 | 43 |
| Binary | 100001 | 10001111 | 1101100 | 1001101 | 0 | 11000 | 101100 | 10100001 | 111110 | 100011 |
Color Harmonies of #218F6C
Complementary color
Monochromatic Colors of #218F6C
Black with #218F6C
Text Example
Text Example
White with #218F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F6C; }
p { color: rgb(33,143,108); }
H1.HeaderClassName
{
color: #218F6C;
}
.AnyTagClassName
{
color: #218F6C;
}
</style>
background-color css
<style>
a { background-color: #218F6C; }
a { background-color: rgb(33,143,108); }
div.DivClassName
{
background-color: #218F6C;
}
.BgClassName
{
background-color: #218F6C;
}
</style>
border-color css
<style>
span { border-color: #218F6C; }
span { border-color: rgb(33,143,108); }
td.TdClassName
{
border-color: #218F6C;
}
.TagClassName
{
border-color: #218F6C;
}
</style>