Shades of Elf Green #20956C
Tints of Elf Green #20956C
RGB
CMYK
RGB Variations
Color information
#20956C (or 0x20956C) is known color: Elf Green. HEX triplet: 20, 95 and 6C. RGB value is (32,149,108). Sum of RGB (Red+Green+Blue) = 32+149+108=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #20956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20956C is #DF6A93. Grayscale: #6D6D6D. Windows color (decimal): -14641812 or 7116064. OLE color: 7116064.
HSL color Cylindrical-coordinate representation of color #20956C: hue angle of 158.97º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20956C is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 108 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.42 |
| HSL | 158.97º | 0.65% | 0.35% | - |
| HSV(B) | 158.97º | 0.79% | 0.58% | - |
| XYZ | 14.05 | 22.88 | 17.86 | - |
| YUV | 109.34 | 127.24 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 108 | 0.79 | 0 | 0.28 | 0.42 | 158.97 | 0.65 | 0.35 |
| Hex | 20 | 95 | 6C | 4F | 0 | 1C | 2A | 9F | 41 | 23 |
| Octal | 40 | 225 | 154 | 117 | 0 | 34 | 52 | 237 | 101 | 43 |
| Binary | 100000 | 10010101 | 1101100 | 1001111 | 0 | 11100 | 101010 | 10011111 | 1000001 | 100011 |
Color Harmonies of #20956C
Complementary color
Monochromatic Colors of #20956C
Black with #20956C
Text Example
Text Example
White with #20956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20956C; }
p { color: rgb(32,149,108); }
H1.HeaderClassName
{
color: #20956C;
}
.AnyTagClassName
{
color: #20956C;
}
</style>
background-color css
<style>
a { background-color: #20956C; }
a { background-color: rgb(32,149,108); }
div.DivClassName
{
background-color: #20956C;
}
.BgClassName
{
background-color: #20956C;
}
</style>
border-color css
<style>
span { border-color: #20956C; }
span { border-color: rgb(32,149,108); }
td.TdClassName
{
border-color: #20956C;
}
.TagClassName
{
border-color: #20956C;
}
</style>