Shades of Elf Green #208C78
Tints of Elf Green #208C78
RGB
CMYK
RGB Variations
Color information
#208C78 (or 0x208C78) is known color: Elf Green. HEX triplet: 20, 8C and 78. RGB value is (32,140,120). Sum of RGB (Red+Green+Blue) = 32+140+120=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #208C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C78 is #DF7387. Grayscale: #696969. Windows color (decimal): -14644104 or 7900192. OLE color: 7900192.
HSL color Cylindrical-coordinate representation of color #208C78: hue angle of 168.89º 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 #208C78 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 120 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.45 |
| HSL | 168.89º | 0.63% | 0.34% | - |
| HSV(B) | 168.89º | 0.77% | 0.55% | - |
| XYZ | 13.36 | 20.42 | 21.01 | - |
| YUV | 105.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 120 | 0.77 | 0 | 0.14 | 0.45 | 168.89 | 0.63 | 0.34 |
| Hex | 20 | 8C | 78 | 4D | 0 | E | 2D | A9 | 3F | 22 |
| Octal | 40 | 214 | 170 | 115 | 0 | 16 | 55 | 251 | 77 | 42 |
| Binary | 100000 | 10001100 | 1111000 | 1001101 | 0 | 1110 | 101101 | 10101001 | 111111 | 100010 |
Color Harmonies of #208C78
Complementary color
Monochromatic Colors of #208C78
Black with #208C78
Text Example
Text Example
White with #208C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C78; }
p { color: rgb(32,140,120); }
H1.HeaderClassName
{
color: #208C78;
}
.AnyTagClassName
{
color: #208C78;
}
</style>
background-color css
<style>
a { background-color: #208C78; }
a { background-color: rgb(32,140,120); }
div.DivClassName
{
background-color: #208C78;
}
.BgClassName
{
background-color: #208C78;
}
</style>
border-color css
<style>
span { border-color: #208C78; }
span { border-color: rgb(32,140,120); }
td.TdClassName
{
border-color: #208C78;
}
.TagClassName
{
border-color: #208C78;
}
</style>