Shades of Elf Green #208D60
Tints of Elf Green #208D60
RGB
CMYK
RGB Variations
Color information
#208D60 (or 0x208D60) is known color: Elf Green. HEX triplet: 20, 8D and 60. RGB value is (32,141,96). Sum of RGB (Red+Green+Blue) = 32+141+96=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #208D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208D60 is #DF729F. Grayscale: #676767. Windows color (decimal): -14643872 or 6327584. OLE color: 6327584.
HSL color Cylindrical-coordinate representation of color #208D60: hue angle of 155.23º 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 #208D60 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 141 | 96 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.45 |
| HSL | 155.23º | 0.63% | 0.34% | - |
| HSV(B) | 155.23º | 0.77% | 0.55% | - |
| XYZ | 12.23 | 20.2 | 14.32 | - |
| YUV | 103.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 96 | 0.77 | 0 | 0.32 | 0.45 | 155.23 | 0.63 | 0.34 |
| Hex | 20 | 8D | 60 | 4D | 0 | 20 | 2D | 9B | 3F | 22 |
| Octal | 40 | 215 | 140 | 115 | 0 | 40 | 55 | 233 | 77 | 42 |
| Binary | 100000 | 10001101 | 1100000 | 1001101 | 0 | 100000 | 101101 | 10011011 | 111111 | 100010 |
Color Harmonies of #208D60
Complementary color
Monochromatic Colors of #208D60
Black with #208D60
Text Example
Text Example
White with #208D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D60; }
p { color: rgb(32,141,96); }
H1.HeaderClassName
{
color: #208D60;
}
.AnyTagClassName
{
color: #208D60;
}
</style>
background-color css
<style>
a { background-color: #208D60; }
a { background-color: rgb(32,141,96); }
div.DivClassName
{
background-color: #208D60;
}
.BgClassName
{
background-color: #208D60;
}
</style>
border-color css
<style>
span { border-color: #208D60; }
span { border-color: rgb(32,141,96); }
td.TdClassName
{
border-color: #208D60;
}
.TagClassName
{
border-color: #208D60;
}
</style>