Shades of Elf Green #218B72
Tints of Elf Green #218B72
RGB
CMYK
RGB Variations
Color information
#218B72 (or 0x218B72) is known color: Elf Green. HEX triplet: 21, 8B and 72. RGB value is (33,139,114). Sum of RGB (Red+Green+Blue) = 33+139+114=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #218B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B72 is #DE748D. Grayscale: #686868. Windows color (decimal): -14578830 or 7506721. OLE color: 7506721.
HSL color Cylindrical-coordinate representation of color #218B72: hue angle of 165.85º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218B72 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 114 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.45 |
| HSL | 165.85º | 0.62% | 0.34% | - |
| HSV(B) | 165.85º | 0.76% | 0.55% | - |
| XYZ | 12.9 | 20 | 19.1 | - |
| YUV | 104.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 114 | 0.76 | 0 | 0.18 | 0.45 | 165.85 | 0.62 | 0.34 |
| Hex | 21 | 8B | 72 | 4C | 0 | 12 | 2D | A6 | 3E | 22 |
| Octal | 41 | 213 | 162 | 114 | 0 | 22 | 55 | 246 | 76 | 42 |
| Binary | 100001 | 10001011 | 1110010 | 1001100 | 0 | 10010 | 101101 | 10100110 | 111110 | 100010 |
Color Harmonies of #218B72
Complementary color
Monochromatic Colors of #218B72
Black with #218B72
Text Example
Text Example
White with #218B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B72; }
p { color: rgb(33,139,114); }
H1.HeaderClassName
{
color: #218B72;
}
.AnyTagClassName
{
color: #218B72;
}
</style>
background-color css
<style>
a { background-color: #218B72; }
a { background-color: rgb(33,139,114); }
div.DivClassName
{
background-color: #218B72;
}
.BgClassName
{
background-color: #218B72;
}
</style>
border-color css
<style>
span { border-color: #218B72; }
span { border-color: rgb(33,139,114); }
td.TdClassName
{
border-color: #218B72;
}
.TagClassName
{
border-color: #218B72;
}
</style>