Shades of Elf Green #208D73
Tints of Elf Green #208D73
RGB
CMYK
RGB Variations
Color information
#208D73 (or 0x208D73) is known color: Elf Green. HEX triplet: 20, 8D and 73. RGB value is (32,141,115). Sum of RGB (Red+Green+Blue) = 32+141+115=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #208D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208D73 is #DF728C. Grayscale: #696969. Windows color (decimal): -14643853 or 7572768. OLE color: 7572768.
HSL color Cylindrical-coordinate representation of color #208D73: hue angle of 165.69º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208D73 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 141 | 115 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.45 |
| HSL | 165.69º | 0.63% | 0.34% | - |
| HSV(B) | 165.69º | 0.77% | 0.55% | - |
| XYZ | 13.22 | 20.59 | 19.5 | - |
| YUV | 105.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 115 | 0.77 | 0 | 0.18 | 0.45 | 165.69 | 0.63 | 0.34 |
| Hex | 20 | 8D | 73 | 4D | 0 | 12 | 2D | A6 | 3F | 22 |
| Octal | 40 | 215 | 163 | 115 | 0 | 22 | 55 | 246 | 77 | 42 |
| Binary | 100000 | 10001101 | 1110011 | 1001101 | 0 | 10010 | 101101 | 10100110 | 111111 | 100010 |
Color Harmonies of #208D73
Complementary color
Monochromatic Colors of #208D73
Black with #208D73
Text Example
Text Example
White with #208D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D73; }
p { color: rgb(32,141,115); }
H1.HeaderClassName
{
color: #208D73;
}
.AnyTagClassName
{
color: #208D73;
}
</style>
background-color css
<style>
a { background-color: #208D73; }
a { background-color: rgb(32,141,115); }
div.DivClassName
{
background-color: #208D73;
}
.BgClassName
{
background-color: #208D73;
}
</style>
border-color css
<style>
span { border-color: #208D73; }
span { border-color: rgb(32,141,115); }
td.TdClassName
{
border-color: #208D73;
}
.TagClassName
{
border-color: #208D73;
}
</style>