Shades of Elf Green #208562
Tints of Elf Green #208562
RGB
CMYK
RGB Variations
Color information
#208562 (or 0x208562) is known color: Elf Green. HEX triplet: 20, 85 and 62. RGB value is (32,133,98). Sum of RGB (Red+Green+Blue) = 32+133+98=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #208562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208562 is #DF7A9D. Grayscale: #626262. Windows color (decimal): -14645918 or 6456608. OLE color: 6456608.
HSL color Cylindrical-coordinate representation of color #208562: hue angle of 159.21º 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 #208562 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 98 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.48 |
| HSL | 159.21º | 0.61% | 0.32% | - |
| HSV(B) | 159.21º | 0.76% | 0.52% | - |
| XYZ | 11.19 | 17.96 | 14.43 | - |
| YUV | 98.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 98 | 0.76 | 0 | 0.26 | 0.48 | 159.21 | 0.61 | 0.32 |
| Hex | 20 | 85 | 62 | 4C | 0 | 1A | 30 | 9F | 3D | 20 |
| Octal | 40 | 205 | 142 | 114 | 0 | 32 | 60 | 237 | 75 | 40 |
| Binary | 100000 | 10000101 | 1100010 | 1001100 | 0 | 11010 | 110000 | 10011111 | 111101 | 100000 |
Color Harmonies of #208562
Complementary color
Monochromatic Colors of #208562
Black with #208562
Text Example
Text Example
White with #208562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208562; }
p { color: rgb(32,133,98); }
H1.HeaderClassName
{
color: #208562;
}
.AnyTagClassName
{
color: #208562;
}
</style>
background-color css
<style>
a { background-color: #208562; }
a { background-color: rgb(32,133,98); }
div.DivClassName
{
background-color: #208562;
}
.BgClassName
{
background-color: #208562;
}
</style>
border-color css
<style>
span { border-color: #208562; }
span { border-color: rgb(32,133,98); }
td.TdClassName
{
border-color: #208562;
}
.TagClassName
{
border-color: #208562;
}
</style>