Shades of Elf Green #20806F
Tints of Elf Green #20806F
RGB
CMYK
RGB Variations
Color information
#20806F (or 0x20806F) is known color: Elf Green. HEX triplet: 20, 80 and 6F. RGB value is (32,128,111). Sum of RGB (Red+Green+Blue) = 32+128+111=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #20806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20806F is #DF7F90. Grayscale: #616161. Windows color (decimal): -14647185 or 7307296. OLE color: 7307296.
HSL color Cylindrical-coordinate representation of color #20806F: hue angle of 169.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20806F is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 111 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.50 |
| HSL | 169.38º | 0.6% | 0.31% | - |
| HSV(B) | 169.38º | 0.75% | 0.5% | - |
| XYZ | 11.18 | 16.89 | 17.71 | - |
| YUV | 97.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 111 | 0.75 | 0 | 0.13 | 0.50 | 169.38 | 0.6 | 0.31 |
| Hex | 20 | 80 | 6F | 4B | 0 | D | 32 | A9 | 3C | 1F |
| Octal | 40 | 200 | 157 | 113 | 0 | 15 | 62 | 251 | 74 | 37 |
| Binary | 100000 | 10000000 | 1101111 | 1001011 | 0 | 1101 | 110010 | 10101001 | 111100 | 11111 |
Color Harmonies of #20806F
Complementary color
Monochromatic Colors of #20806F
Black with #20806F
Text Example
Text Example
White with #20806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20806F; }
p { color: rgb(32,128,111); }
H1.HeaderClassName
{
color: #20806F;
}
.AnyTagClassName
{
color: #20806F;
}
</style>
background-color css
<style>
a { background-color: #20806F; }
a { background-color: rgb(32,128,111); }
div.DivClassName
{
background-color: #20806F;
}
.BgClassName
{
background-color: #20806F;
}
</style>
border-color css
<style>
span { border-color: #20806F; }
span { border-color: rgb(32,128,111); }
td.TdClassName
{
border-color: #20806F;
}
.TagClassName
{
border-color: #20806F;
}
</style>