Shades of Elf Green #20856E
Tints of Elf Green #20856E
RGB
CMYK
RGB Variations
Color information
#20856E (or 0x20856E) is known color: Elf Green. HEX triplet: 20, 85 and 6E. RGB value is (32,133,110). Sum of RGB (Red+Green+Blue) = 32+133+110=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #20856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20856E is #DF7A91. Grayscale: #646464. Windows color (decimal): -14645906 or 7243040. OLE color: 7243040.
HSL color Cylindrical-coordinate representation of color #20856E: hue angle of 166.34º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20856E is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 110 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.48 |
| HSL | 166.34º | 0.61% | 0.32% | - |
| HSV(B) | 166.34º | 0.76% | 0.52% | - |
| XYZ | 11.8 | 18.21 | 17.64 | - |
| YUV | 100.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 110 | 0.76 | 0 | 0.17 | 0.48 | 166.34 | 0.61 | 0.32 |
| Hex | 20 | 85 | 6E | 4C | 0 | 11 | 30 | A6 | 3D | 20 |
| Octal | 40 | 205 | 156 | 114 | 0 | 21 | 60 | 246 | 75 | 40 |
| Binary | 100000 | 10000101 | 1101110 | 1001100 | 0 | 10001 | 110000 | 10100110 | 111101 | 100000 |
Color Harmonies of #20856E
Complementary color
Monochromatic Colors of #20856E
Black with #20856E
Text Example
Text Example
White with #20856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20856E; }
p { color: rgb(32,133,110); }
H1.HeaderClassName
{
color: #20856E;
}
.AnyTagClassName
{
color: #20856E;
}
</style>
background-color css
<style>
a { background-color: #20856E; }
a { background-color: rgb(32,133,110); }
div.DivClassName
{
background-color: #20856E;
}
.BgClassName
{
background-color: #20856E;
}
</style>
border-color css
<style>
span { border-color: #20856E; }
span { border-color: rgb(32,133,110); }
td.TdClassName
{
border-color: #20856E;
}
.TagClassName
{
border-color: #20856E;
}
</style>