Shades of Elf Green #208C74
Tints of Elf Green #208C74
RGB
CMYK
RGB Variations
Color information
#208C74 (or 0x208C74) is known color: Elf Green. HEX triplet: 20, 8C and 74. RGB value is (32,140,116). Sum of RGB (Red+Green+Blue) = 32+140+116=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #208C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C74 is #DF738B. Grayscale: #686868. Windows color (decimal): -14644108 or 7638048. OLE color: 7638048.
HSL color Cylindrical-coordinate representation of color #208C74: hue angle of 166.67º 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 #208C74 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 116 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.45 |
| HSL | 166.67º | 0.63% | 0.34% | - |
| HSV(B) | 166.67º | 0.77% | 0.55% | - |
| XYZ | 13.13 | 20.32 | 19.75 | - |
| YUV | 104.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 116 | 0.77 | 0 | 0.17 | 0.45 | 166.67 | 0.63 | 0.34 |
| Hex | 20 | 8C | 74 | 4D | 0 | 11 | 2D | A7 | 3F | 22 |
| Octal | 40 | 214 | 164 | 115 | 0 | 21 | 55 | 247 | 77 | 42 |
| Binary | 100000 | 10001100 | 1110100 | 1001101 | 0 | 10001 | 101101 | 10100111 | 111111 | 100010 |
Color Harmonies of #208C74
Complementary color
Monochromatic Colors of #208C74
Black with #208C74
Text Example
Text Example
White with #208C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C74; }
p { color: rgb(32,140,116); }
H1.HeaderClassName
{
color: #208C74;
}
.AnyTagClassName
{
color: #208C74;
}
</style>
background-color css
<style>
a { background-color: #208C74; }
a { background-color: rgb(32,140,116); }
div.DivClassName
{
background-color: #208C74;
}
.BgClassName
{
background-color: #208C74;
}
</style>
border-color css
<style>
span { border-color: #208C74; }
span { border-color: rgb(32,140,116); }
td.TdClassName
{
border-color: #208C74;
}
.TagClassName
{
border-color: #208C74;
}
</style>