Shades of Elf Green #208C5F
Tints of Elf Green #208C5F
RGB
CMYK
RGB Variations
Color information
#208C5F (or 0x208C5F) is known color: Elf Green. HEX triplet: 20, 8C and 5F. RGB value is (32,140,95). Sum of RGB (Red+Green+Blue) = 32+140+95=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #208C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C5F is #DF73A0. Grayscale: #666666. Windows color (decimal): -14644129 or 6261792. OLE color: 6261792.
HSL color Cylindrical-coordinate representation of color #208C5F: hue angle of 155º 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 #208C5F is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 95 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.45 |
| HSL | 155º | 0.63% | 0.34% | - |
| HSV(B) | 155º | 0.77% | 0.55% | - |
| XYZ | 12.04 | 19.89 | 14.03 | - |
| YUV | 102.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 95 | 0.77 | 0 | 0.32 | 0.45 | 155 | 0.63 | 0.34 |
| Hex | 20 | 8C | 5F | 4D | 0 | 20 | 2D | 9B | 3F | 22 |
| Octal | 40 | 214 | 137 | 115 | 0 | 40 | 55 | 233 | 77 | 42 |
| Binary | 100000 | 10001100 | 1011111 | 1001101 | 0 | 100000 | 101101 | 10011011 | 111111 | 100010 |
Color Harmonies of #208C5F
Complementary color
Monochromatic Colors of #208C5F
Black with #208C5F
Text Example
Text Example
White with #208C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C5F; }
p { color: rgb(32,140,95); }
H1.HeaderClassName
{
color: #208C5F;
}
.AnyTagClassName
{
color: #208C5F;
}
</style>
background-color css
<style>
a { background-color: #208C5F; }
a { background-color: rgb(32,140,95); }
div.DivClassName
{
background-color: #208C5F;
}
.BgClassName
{
background-color: #208C5F;
}
</style>
border-color css
<style>
span { border-color: #208C5F; }
span { border-color: rgb(32,140,95); }
td.TdClassName
{
border-color: #208C5F;
}
.TagClassName
{
border-color: #208C5F;
}
</style>