Shades of Elf Green #208C76
Tints of Elf Green #208C76
RGB
CMYK
RGB Variations
Color information
#208C76 (or 0x208C76) is known color: Elf Green. HEX triplet: 20, 8C and 76. RGB value is (32,140,118). Sum of RGB (Red+Green+Blue) = 32+140+118=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #208C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C76 is #DF7389. Grayscale: #696969. Windows color (decimal): -14644106 or 7769120. OLE color: 7769120.
HSL color Cylindrical-coordinate representation of color #208C76: hue angle of 167.78º 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 #208C76 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 118 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.45 |
| HSL | 167.78º | 0.63% | 0.34% | - |
| HSV(B) | 167.78º | 0.77% | 0.55% | - |
| XYZ | 13.24 | 20.37 | 20.37 | - |
| YUV | 105.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 118 | 0.77 | 0 | 0.16 | 0.45 | 167.78 | 0.63 | 0.34 |
| Hex | 20 | 8C | 76 | 4D | 0 | 10 | 2D | A8 | 3F | 22 |
| Octal | 40 | 214 | 166 | 115 | 0 | 20 | 55 | 250 | 77 | 42 |
| Binary | 100000 | 10001100 | 1110110 | 1001101 | 0 | 10000 | 101101 | 10101000 | 111111 | 100010 |
Color Harmonies of #208C76
Complementary color
Monochromatic Colors of #208C76
Black with #208C76
Text Example
Text Example
White with #208C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C76; }
p { color: rgb(32,140,118); }
H1.HeaderClassName
{
color: #208C76;
}
.AnyTagClassName
{
color: #208C76;
}
</style>
background-color css
<style>
a { background-color: #208C76; }
a { background-color: rgb(32,140,118); }
div.DivClassName
{
background-color: #208C76;
}
.BgClassName
{
background-color: #208C76;
}
</style>
border-color css
<style>
span { border-color: #208C76; }
span { border-color: rgb(32,140,118); }
td.TdClassName
{
border-color: #208C76;
}
.TagClassName
{
border-color: #208C76;
}
</style>