Shades of Elf Green #218F71
Tints of Elf Green #218F71
RGB
CMYK
RGB Variations
Color information
#218F71 (or 0x218F71) is known color: Elf Green. HEX triplet: 21, 8F and 71. RGB value is (33,143,113). Sum of RGB (Red+Green+Blue) = 33+143+113=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #218F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F71 is #DE708E. Grayscale: #6A6A6A. Windows color (decimal): -14577807 or 7442209. OLE color: 7442209.
HSL color Cylindrical-coordinate representation of color #218F71: hue angle of 163.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 #218F71 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 113 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.44 |
| HSL | 163.64º | 0.63% | 0.35% | - |
| HSV(B) | 163.64º | 0.77% | 0.56% | - |
| XYZ | 13.43 | 21.16 | 19 | - |
| YUV | 106.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 113 | 0.77 | 0 | 0.21 | 0.44 | 163.64 | 0.63 | 0.35 |
| Hex | 21 | 8F | 71 | 4D | 0 | 15 | 2C | A4 | 3E | 23 |
| Octal | 41 | 217 | 161 | 115 | 0 | 25 | 54 | 244 | 76 | 43 |
| Binary | 100001 | 10001111 | 1110001 | 1001101 | 0 | 10101 | 101100 | 10100100 | 111110 | 100011 |
Color Harmonies of #218F71
Complementary color
Monochromatic Colors of #218F71
Black with #218F71
Text Example
Text Example
White with #218F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F71; }
p { color: rgb(33,143,113); }
H1.HeaderClassName
{
color: #218F71;
}
.AnyTagClassName
{
color: #218F71;
}
</style>
background-color css
<style>
a { background-color: #218F71; }
a { background-color: rgb(33,143,113); }
div.DivClassName
{
background-color: #218F71;
}
.BgClassName
{
background-color: #218F71;
}
</style>
border-color css
<style>
span { border-color: #218F71; }
span { border-color: rgb(33,143,113); }
td.TdClassName
{
border-color: #218F71;
}
.TagClassName
{
border-color: #218F71;
}
</style>