Shades of Elf Green #218F70
Tints of Elf Green #218F70
RGB
CMYK
RGB Variations
Color information
#218F70 (or 0x218F70) is known color: Elf Green. HEX triplet: 21, 8F and 70. RGB value is (33,143,112). Sum of RGB (Red+Green+Blue) = 33+143+112=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #218F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F70 is #DE708F. Grayscale: #6A6A6A. Windows color (decimal): -14577808 or 7376673. OLE color: 7376673.
HSL color Cylindrical-coordinate representation of color #218F70: hue angle of 163.09º 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 #218F70 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 112 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.44 |
| HSL | 163.09º | 0.63% | 0.35% | - |
| HSV(B) | 163.09º | 0.77% | 0.56% | - |
| XYZ | 13.37 | 21.14 | 18.7 | - |
| YUV | 106.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 112 | 0.77 | 0 | 0.22 | 0.44 | 163.09 | 0.63 | 0.35 |
| Hex | 21 | 8F | 70 | 4D | 0 | 16 | 2C | A3 | 3E | 23 |
| Octal | 41 | 217 | 160 | 115 | 0 | 26 | 54 | 243 | 76 | 43 |
| Binary | 100001 | 10001111 | 1110000 | 1001101 | 0 | 10110 | 101100 | 10100011 | 111110 | 100011 |
Color Harmonies of #218F70
Complementary color
Monochromatic Colors of #218F70
Black with #218F70
Text Example
Text Example
White with #218F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F70; }
p { color: rgb(33,143,112); }
H1.HeaderClassName
{
color: #218F70;
}
.AnyTagClassName
{
color: #218F70;
}
</style>
background-color css
<style>
a { background-color: #218F70; }
a { background-color: rgb(33,143,112); }
div.DivClassName
{
background-color: #218F70;
}
.BgClassName
{
background-color: #218F70;
}
</style>
border-color css
<style>
span { border-color: #218F70; }
span { border-color: rgb(33,143,112); }
td.TdClassName
{
border-color: #218F70;
}
.TagClassName
{
border-color: #218F70;
}
</style>