Shades of Elf Green #20885E
Tints of Elf Green #20885E
RGB
CMYK
RGB Variations
Color information
#20885E (or 0x20885E) is known color: Elf Green. HEX triplet: 20, 88 and 5E. RGB value is (32,136,94). Sum of RGB (Red+Green+Blue) = 32+136+94=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #20885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20885E is #DF77A1. Grayscale: #646464. Windows color (decimal): -14645154 or 6195232. OLE color: 6195232.
HSL color Cylindrical-coordinate representation of color #20885E: hue angle of 155.77º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20885E is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 94 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.47 |
| HSL | 155.77º | 0.62% | 0.33% | - |
| HSV(B) | 155.77º | 0.76% | 0.53% | - |
| XYZ | 11.42 | 18.72 | 13.6 | - |
| YUV | 100.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 94 | 0.76 | 0 | 0.31 | 0.47 | 155.77 | 0.62 | 0.33 |
| Hex | 20 | 88 | 5E | 4C | 0 | 1F | 2F | 9C | 3E | 21 |
| Octal | 40 | 210 | 136 | 114 | 0 | 37 | 57 | 234 | 76 | 41 |
| Binary | 100000 | 10001000 | 1011110 | 1001100 | 0 | 11111 | 101111 | 10011100 | 111110 | 100001 |
Color Harmonies of #20885E
Complementary color
Monochromatic Colors of #20885E
Black with #20885E
Text Example
Text Example
White with #20885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20885E; }
p { color: rgb(32,136,94); }
H1.HeaderClassName
{
color: #20885E;
}
.AnyTagClassName
{
color: #20885E;
}
</style>
background-color css
<style>
a { background-color: #20885E; }
a { background-color: rgb(32,136,94); }
div.DivClassName
{
background-color: #20885E;
}
.BgClassName
{
background-color: #20885E;
}
</style>
border-color css
<style>
span { border-color: #20885E; }
span { border-color: rgb(32,136,94); }
td.TdClassName
{
border-color: #20885E;
}
.TagClassName
{
border-color: #20885E;
}
</style>