Shades of Elf Green #218A72
Tints of Elf Green #218A72
RGB
CMYK
RGB Variations
Color information
#218A72 (or 0x218A72) is known color: Elf Green. HEX triplet: 21, 8A and 72. RGB value is (33,138,114). Sum of RGB (Red+Green+Blue) = 33+138+114=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #218A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218A72 is #DE758D. Grayscale: #676767. Windows color (decimal): -14579086 or 7506465. OLE color: 7506465.
HSL color Cylindrical-coordinate representation of color #218A72: hue angle of 166.29º 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 #218A72 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 114 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.46 |
| HSL | 166.29º | 0.61% | 0.34% | - |
| HSV(B) | 166.29º | 0.76% | 0.54% | - |
| XYZ | 12.75 | 19.72 | 19.05 | - |
| YUV | 103.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 114 | 0.76 | 0 | 0.17 | 0.46 | 166.29 | 0.61 | 0.34 |
| Hex | 21 | 8A | 72 | 4C | 0 | 11 | 2E | A6 | 3D | 22 |
| Octal | 41 | 212 | 162 | 114 | 0 | 21 | 56 | 246 | 75 | 42 |
| Binary | 100001 | 10001010 | 1110010 | 1001100 | 0 | 10001 | 101110 | 10100110 | 111101 | 100010 |
Color Harmonies of #218A72
Complementary color
Monochromatic Colors of #218A72
Black with #218A72
Text Example
Text Example
White with #218A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A72; }
p { color: rgb(33,138,114); }
H1.HeaderClassName
{
color: #218A72;
}
.AnyTagClassName
{
color: #218A72;
}
</style>
background-color css
<style>
a { background-color: #218A72; }
a { background-color: rgb(33,138,114); }
div.DivClassName
{
background-color: #218A72;
}
.BgClassName
{
background-color: #218A72;
}
</style>
border-color css
<style>
span { border-color: #218A72; }
span { border-color: rgb(33,138,114); }
td.TdClassName
{
border-color: #218A72;
}
.TagClassName
{
border-color: #218A72;
}
</style>