Shades of Elf Green #218F66
Tints of Elf Green #218F66
RGB
CMYK
RGB Variations
Color information
#218F66 (or 0x218F66) is known color: Elf Green. HEX triplet: 21, 8F and 66. RGB value is (33,143,102). Sum of RGB (Red+Green+Blue) = 33+143+102=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #218F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F66 is #DE7099. Grayscale: #696969. Windows color (decimal): -14577818 or 6721313. OLE color: 6721313.
HSL color Cylindrical-coordinate representation of color #218F66: hue angle of 157.64º 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 #218F66 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 102 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.44 |
| HSL | 157.64º | 0.63% | 0.35% | - |
| HSV(B) | 157.64º | 0.77% | 0.56% | - |
| XYZ | 12.85 | 20.93 | 15.93 | - |
| YUV | 105.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 102 | 0.77 | 0 | 0.29 | 0.44 | 157.64 | 0.63 | 0.35 |
| Hex | 21 | 8F | 66 | 4D | 0 | 1D | 2C | 9E | 3E | 23 |
| Octal | 41 | 217 | 146 | 115 | 0 | 35 | 54 | 236 | 76 | 43 |
| Binary | 100001 | 10001111 | 1100110 | 1001101 | 0 | 11101 | 101100 | 10011110 | 111110 | 100011 |
Color Harmonies of #218F66
Complementary color
Monochromatic Colors of #218F66
Black with #218F66
Text Example
Text Example
White with #218F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F66; }
p { color: rgb(33,143,102); }
H1.HeaderClassName
{
color: #218F66;
}
.AnyTagClassName
{
color: #218F66;
}
</style>
background-color css
<style>
a { background-color: #218F66; }
a { background-color: rgb(33,143,102); }
div.DivClassName
{
background-color: #218F66;
}
.BgClassName
{
background-color: #218F66;
}
</style>
border-color css
<style>
span { border-color: #218F66; }
span { border-color: rgb(33,143,102); }
td.TdClassName
{
border-color: #218F66;
}
.TagClassName
{
border-color: #218F66;
}
</style>