Shades of Elf Green #208D74
Tints of Elf Green #208D74
RGB
CMYK
RGB Variations
Color information
#208D74 (or 0x208D74) is known color: Elf Green. HEX triplet: 20, 8D and 74. RGB value is (32,141,116). Sum of RGB (Red+Green+Blue) = 32+141+116=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #208D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208D74 is #DF728B. Grayscale: #696969. Windows color (decimal): -14643852 or 7638304. OLE color: 7638304.
HSL color Cylindrical-coordinate representation of color #208D74: hue angle of 166.24º 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 #208D74 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 141 | 116 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.45 |
| HSL | 166.24º | 0.63% | 0.34% | - |
| HSV(B) | 166.24º | 0.77% | 0.55% | - |
| XYZ | 13.27 | 20.62 | 19.8 | - |
| YUV | 105.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 116 | 0.77 | 0 | 0.18 | 0.45 | 166.24 | 0.63 | 0.34 |
| Hex | 20 | 8D | 74 | 4D | 0 | 12 | 2D | A6 | 3F | 22 |
| Octal | 40 | 215 | 164 | 115 | 0 | 22 | 55 | 246 | 77 | 42 |
| Binary | 100000 | 10001101 | 1110100 | 1001101 | 0 | 10010 | 101101 | 10100110 | 111111 | 100010 |
Color Harmonies of #208D74
Complementary color
Monochromatic Colors of #208D74
Black with #208D74
Text Example
Text Example
White with #208D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D74; }
p { color: rgb(32,141,116); }
H1.HeaderClassName
{
color: #208D74;
}
.AnyTagClassName
{
color: #208D74;
}
</style>
background-color css
<style>
a { background-color: #208D74; }
a { background-color: rgb(32,141,116); }
div.DivClassName
{
background-color: #208D74;
}
.BgClassName
{
background-color: #208D74;
}
</style>
border-color css
<style>
span { border-color: #208D74; }
span { border-color: rgb(32,141,116); }
td.TdClassName
{
border-color: #208D74;
}
.TagClassName
{
border-color: #208D74;
}
</style>