Shades of Elf Green #208E6C
Tints of Elf Green #208E6C
RGB
CMYK
RGB Variations
Color information
#208E6C (or 0x208E6C) is known color: Elf Green. HEX triplet: 20, 8E and 6C. RGB value is (32,142,108). Sum of RGB (Red+Green+Blue) = 32+142+108=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #208E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E6C is #DF7193. Grayscale: #696969. Windows color (decimal): -14643604 or 7114272. OLE color: 7114272.
HSL color Cylindrical-coordinate representation of color #208E6C: hue angle of 161.45º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208E6C is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 108 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.44 |
| HSL | 161.45º | 0.63% | 0.34% | - |
| HSV(B) | 161.45º | 0.77% | 0.56% | - |
| XYZ | 12.98 | 20.74 | 17.51 | - |
| YUV | 105.23 | 129.56 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 108 | 0.77 | 0 | 0.24 | 0.44 | 161.45 | 0.63 | 0.34 |
| Hex | 20 | 8E | 6C | 4D | 0 | 18 | 2C | A1 | 3F | 22 |
| Octal | 40 | 216 | 154 | 115 | 0 | 30 | 54 | 241 | 77 | 42 |
| Binary | 100000 | 10001110 | 1101100 | 1001101 | 0 | 11000 | 101100 | 10100001 | 111111 | 100010 |
Color Harmonies of #208E6C
Complementary color
Monochromatic Colors of #208E6C
Black with #208E6C
Text Example
Text Example
White with #208E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E6C; }
p { color: rgb(32,142,108); }
H1.HeaderClassName
{
color: #208E6C;
}
.AnyTagClassName
{
color: #208E6C;
}
</style>
background-color css
<style>
a { background-color: #208E6C; }
a { background-color: rgb(32,142,108); }
div.DivClassName
{
background-color: #208E6C;
}
.BgClassName
{
background-color: #208E6C;
}
</style>
border-color css
<style>
span { border-color: #208E6C; }
span { border-color: rgb(32,142,108); }
td.TdClassName
{
border-color: #208E6C;
}
.TagClassName
{
border-color: #208E6C;
}
</style>