Shades of Elf Green #218B73
Tints of Elf Green #218B73
RGB
CMYK
RGB Variations
Color information
#218B73 (or 0x218B73) is known color: Elf Green. HEX triplet: 21, 8B and 73. RGB value is (33,139,115). Sum of RGB (Red+Green+Blue) = 33+139+115=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #218B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B73 is #DE748C. Grayscale: #686868. Windows color (decimal): -14578829 or 7572257. OLE color: 7572257.
HSL color Cylindrical-coordinate representation of color #218B73: hue angle of 166.42º 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 #218B73 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 115 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.45 |
| HSL | 166.42º | 0.62% | 0.34% | - |
| HSV(B) | 166.42º | 0.76% | 0.55% | - |
| XYZ | 12.95 | 20.03 | 19.4 | - |
| YUV | 104.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 115 | 0.76 | 0 | 0.17 | 0.45 | 166.42 | 0.62 | 0.34 |
| Hex | 21 | 8B | 73 | 4C | 0 | 11 | 2D | A6 | 3E | 22 |
| Octal | 41 | 213 | 163 | 114 | 0 | 21 | 55 | 246 | 76 | 42 |
| Binary | 100001 | 10001011 | 1110011 | 1001100 | 0 | 10001 | 101101 | 10100110 | 111110 | 100010 |
Color Harmonies of #218B73
Complementary color
Monochromatic Colors of #218B73
Black with #218B73
Text Example
Text Example
White with #218B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B73; }
p { color: rgb(33,139,115); }
H1.HeaderClassName
{
color: #218B73;
}
.AnyTagClassName
{
color: #218B73;
}
</style>
background-color css
<style>
a { background-color: #218B73; }
a { background-color: rgb(33,139,115); }
div.DivClassName
{
background-color: #218B73;
}
.BgClassName
{
background-color: #218B73;
}
</style>
border-color css
<style>
span { border-color: #218B73; }
span { border-color: rgb(33,139,115); }
td.TdClassName
{
border-color: #218B73;
}
.TagClassName
{
border-color: #218B73;
}
</style>