Shades of Elf Green #208E7A
Tints of Elf Green #208E7A
RGB
CMYK
RGB Variations
Color information
#208E7A (or 0x208E7A) is known color: Elf Green. HEX triplet: 20, 8E and 7A. RGB value is (32,142,122). Sum of RGB (Red+Green+Blue) = 32+142+122=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #208E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E7A is #DF7185. Grayscale: #6A6A6A. Windows color (decimal): -14643590 or 8031776. OLE color: 8031776.
HSL color Cylindrical-coordinate representation of color #208E7A: hue angle of 169.09º 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 #208E7A is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 122 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.44 |
| HSL | 169.09º | 0.63% | 0.34% | - |
| HSV(B) | 169.09º | 0.77% | 0.56% | - |
| XYZ | 13.78 | 21.06 | 21.75 | - |
| YUV | 106.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 122 | 0.77 | 0 | 0.14 | 0.44 | 169.09 | 0.63 | 0.34 |
| Hex | 20 | 8E | 7A | 4D | 0 | E | 2C | A9 | 3F | 22 |
| Octal | 40 | 216 | 172 | 115 | 0 | 16 | 54 | 251 | 77 | 42 |
| Binary | 100000 | 10001110 | 1111010 | 1001101 | 0 | 1110 | 101100 | 10101001 | 111111 | 100010 |
Color Harmonies of #208E7A
Complementary color
Monochromatic Colors of #208E7A
Black with #208E7A
Text Example
Text Example
White with #208E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E7A; }
p { color: rgb(32,142,122); }
H1.HeaderClassName
{
color: #208E7A;
}
.AnyTagClassName
{
color: #208E7A;
}
</style>
background-color css
<style>
a { background-color: #208E7A; }
a { background-color: rgb(32,142,122); }
div.DivClassName
{
background-color: #208E7A;
}
.BgClassName
{
background-color: #208E7A;
}
</style>
border-color css
<style>
span { border-color: #208E7A; }
span { border-color: rgb(32,142,122); }
td.TdClassName
{
border-color: #208E7A;
}
.TagClassName
{
border-color: #208E7A;
}
</style>