Shades of Elf Green #20976F
Tints of Elf Green #20976F
RGB
CMYK
RGB Variations
Color information
#20976F (or 0x20976F) is known color: Elf Green. HEX triplet: 20, 97 and 6F. RGB value is (32,151,111). Sum of RGB (Red+Green+Blue) = 32+151+111=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #20976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20976F is #DF6890. Grayscale: #6E6E6E. Windows color (decimal): -14641297 or 7313184. OLE color: 7313184.
HSL color Cylindrical-coordinate representation of color #20976F: hue angle of 159.83º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20976F is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 111 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.41 |
| HSL | 159.83º | 0.65% | 0.36% | - |
| HSV(B) | 159.83º | 0.79% | 0.59% | - |
| XYZ | 14.53 | 23.59 | 18.83 | - |
| YUV | 110.86 | 128.08 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 111 | 0.79 | 0 | 0.26 | 0.41 | 159.83 | 0.65 | 0.36 |
| Hex | 20 | 97 | 6F | 4F | 0 | 1A | 29 | A0 | 41 | 24 |
| Octal | 40 | 227 | 157 | 117 | 0 | 32 | 51 | 240 | 101 | 44 |
| Binary | 100000 | 10010111 | 1101111 | 1001111 | 0 | 11010 | 101001 | 10100000 | 1000001 | 100100 |
Color Harmonies of #20976F
Complementary color
Monochromatic Colors of #20976F
Black with #20976F
Text Example
Text Example
White with #20976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20976F; }
p { color: rgb(32,151,111); }
H1.HeaderClassName
{
color: #20976F;
}
.AnyTagClassName
{
color: #20976F;
}
</style>
background-color css
<style>
a { background-color: #20976F; }
a { background-color: rgb(32,151,111); }
div.DivClassName
{
background-color: #20976F;
}
.BgClassName
{
background-color: #20976F;
}
</style>
border-color css
<style>
span { border-color: #20976F; }
span { border-color: rgb(32,151,111); }
td.TdClassName
{
border-color: #20976F;
}
.TagClassName
{
border-color: #20976F;
}
</style>