Shades of Elf Green #208773
Tints of Elf Green #208773
RGB
CMYK
RGB Variations
Color information
#208773 (or 0x208773) is known color: Elf Green. HEX triplet: 20, 87 and 73. RGB value is (32,135,115). Sum of RGB (Red+Green+Blue) = 32+135+115=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #208773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208773 is #DF788C. Grayscale: #656565. Windows color (decimal): -14645389 or 7571232. OLE color: 7571232.
HSL color Cylindrical-coordinate representation of color #208773: hue angle of 168.35º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208773 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 115 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.47 |
| HSL | 168.35º | 0.62% | 0.33% | - |
| HSV(B) | 168.35º | 0.76% | 0.53% | - |
| XYZ | 12.35 | 18.87 | 19.21 | - |
| YUV | 101.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 115 | 0.76 | 0 | 0.15 | 0.47 | 168.35 | 0.62 | 0.33 |
| Hex | 20 | 87 | 73 | 4C | 0 | F | 2F | A8 | 3E | 21 |
| Octal | 40 | 207 | 163 | 114 | 0 | 17 | 57 | 250 | 76 | 41 |
| Binary | 100000 | 10000111 | 1110011 | 1001100 | 0 | 1111 | 101111 | 10101000 | 111110 | 100001 |
Color Harmonies of #208773
Complementary color
Monochromatic Colors of #208773
Black with #208773
Text Example
Text Example
White with #208773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208773; }
p { color: rgb(32,135,115); }
H1.HeaderClassName
{
color: #208773;
}
.AnyTagClassName
{
color: #208773;
}
</style>
background-color css
<style>
a { background-color: #208773; }
a { background-color: rgb(32,135,115); }
div.DivClassName
{
background-color: #208773;
}
.BgClassName
{
background-color: #208773;
}
</style>
border-color css
<style>
span { border-color: #208773; }
span { border-color: rgb(32,135,115); }
td.TdClassName
{
border-color: #208773;
}
.TagClassName
{
border-color: #208773;
}
</style>