Shades of Elf Green #208E7D
Tints of Elf Green #208E7D
RGB
CMYK
RGB Variations
Color information
#208E7D (or 0x208E7D) is known color: Elf Green. HEX triplet: 20, 8E and 7D. RGB value is (32,142,125). Sum of RGB (Red+Green+Blue) = 32+142+125=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #208E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E7D is #DF7182. Grayscale: #6B6B6B. Windows color (decimal): -14643587 or 8228384. OLE color: 8228384.
HSL color Cylindrical-coordinate representation of color #208E7D: hue angle of 170.73º 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 #208E7D is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 125 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.44 |
| HSL | 170.73º | 0.63% | 0.34% | - |
| HSV(B) | 170.73º | 0.77% | 0.56% | - |
| XYZ | 13.97 | 21.13 | 22.74 | - |
| YUV | 107.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 125 | 0.77 | 0 | 0.12 | 0.44 | 170.73 | 0.63 | 0.34 |
| Hex | 20 | 8E | 7D | 4D | 0 | C | 2C | AB | 3F | 22 |
| Octal | 40 | 216 | 175 | 115 | 0 | 14 | 54 | 253 | 77 | 42 |
| Binary | 100000 | 10001110 | 1111101 | 1001101 | 0 | 1100 | 101100 | 10101011 | 111111 | 100010 |
Color Harmonies of #208E7D
Complementary color
Monochromatic Colors of #208E7D
Black with #208E7D
Text Example
Text Example
White with #208E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E7D; }
p { color: rgb(32,142,125); }
H1.HeaderClassName
{
color: #208E7D;
}
.AnyTagClassName
{
color: #208E7D;
}
</style>
background-color css
<style>
a { background-color: #208E7D; }
a { background-color: rgb(32,142,125); }
div.DivClassName
{
background-color: #208E7D;
}
.BgClassName
{
background-color: #208E7D;
}
</style>
border-color css
<style>
span { border-color: #208E7D; }
span { border-color: rgb(32,142,125); }
td.TdClassName
{
border-color: #208E7D;
}
.TagClassName
{
border-color: #208E7D;
}
</style>