Shades of Elf Green #208564
Tints of Elf Green #208564
RGB
CMYK
RGB Variations
Color information
#208564 (or 0x208564) is known color: Elf Green. HEX triplet: 20, 85 and 64. RGB value is (32,133,100). Sum of RGB (Red+Green+Blue) = 32+133+100=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #208564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208564 is #DF7A9B. Grayscale: #636363. Windows color (decimal): -14645916 or 6587680. OLE color: 6587680.
HSL color Cylindrical-coordinate representation of color #208564: hue angle of 160.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208564 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 100 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.48 |
| HSL | 160.4º | 0.61% | 0.32% | - |
| HSV(B) | 160.4º | 0.76% | 0.52% | - |
| XYZ | 11.28 | 18 | 14.94 | - |
| YUV | 99.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 100 | 0.76 | 0 | 0.25 | 0.48 | 160.4 | 0.61 | 0.32 |
| Hex | 20 | 85 | 64 | 4C | 0 | 19 | 30 | A0 | 3D | 20 |
| Octal | 40 | 205 | 144 | 114 | 0 | 31 | 60 | 240 | 75 | 40 |
| Binary | 100000 | 10000101 | 1100100 | 1001100 | 0 | 11001 | 110000 | 10100000 | 111101 | 100000 |
Color Harmonies of #208564
Complementary color
Monochromatic Colors of #208564
Black with #208564
Text Example
Text Example
White with #208564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208564; }
p { color: rgb(32,133,100); }
H1.HeaderClassName
{
color: #208564;
}
.AnyTagClassName
{
color: #208564;
}
</style>
background-color css
<style>
a { background-color: #208564; }
a { background-color: rgb(32,133,100); }
div.DivClassName
{
background-color: #208564;
}
.BgClassName
{
background-color: #208564;
}
</style>
border-color css
<style>
span { border-color: #208564; }
span { border-color: rgb(32,133,100); }
td.TdClassName
{
border-color: #208564;
}
.TagClassName
{
border-color: #208564;
}
</style>