Shades of Elf Green #218A70
Tints of Elf Green #218A70
RGB
CMYK
RGB Variations
Color information
#218A70 (or 0x218A70) is known color: Elf Green. HEX triplet: 21, 8A and 70. RGB value is (33,138,112). Sum of RGB (Red+Green+Blue) = 33+138+112=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #218A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218A70 is #DE758F. Grayscale: #676767. Windows color (decimal): -14579088 or 7375393. OLE color: 7375393.
HSL color Cylindrical-coordinate representation of color #218A70: hue angle of 165.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218A70 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 112 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.46 |
| HSL | 165.14º | 0.61% | 0.34% | - |
| HSV(B) | 165.14º | 0.76% | 0.54% | - |
| XYZ | 12.64 | 19.67 | 18.46 | - |
| YUV | 103.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 112 | 0.76 | 0 | 0.19 | 0.46 | 165.14 | 0.61 | 0.34 |
| Hex | 21 | 8A | 70 | 4C | 0 | 13 | 2E | A5 | 3D | 22 |
| Octal | 41 | 212 | 160 | 114 | 0 | 23 | 56 | 245 | 75 | 42 |
| Binary | 100001 | 10001010 | 1110000 | 1001100 | 0 | 10011 | 101110 | 10100101 | 111101 | 100010 |
Color Harmonies of #218A70
Complementary color
Monochromatic Colors of #218A70
Black with #218A70
Text Example
Text Example
White with #218A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A70; }
p { color: rgb(33,138,112); }
H1.HeaderClassName
{
color: #218A70;
}
.AnyTagClassName
{
color: #218A70;
}
</style>
background-color css
<style>
a { background-color: #218A70; }
a { background-color: rgb(33,138,112); }
div.DivClassName
{
background-color: #218A70;
}
.BgClassName
{
background-color: #218A70;
}
</style>
border-color css
<style>
span { border-color: #218A70; }
span { border-color: rgb(33,138,112); }
td.TdClassName
{
border-color: #218A70;
}
.TagClassName
{
border-color: #218A70;
}
</style>