Shades of Elf Green #20885D
Tints of Elf Green #20885D
RGB
CMYK
RGB Variations
Color information
#20885D (or 0x20885D) is known color: Elf Green. HEX triplet: 20, 88 and 5D. RGB value is (32,136,93). Sum of RGB (Red+Green+Blue) = 32+136+93=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #20885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20885D is #DF77A2. Grayscale: #646464. Windows color (decimal): -14645155 or 6129696. OLE color: 6129696.
HSL color Cylindrical-coordinate representation of color #20885D: hue angle of 155.19º 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 #20885D is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 93 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.47 |
| HSL | 155.19º | 0.62% | 0.33% | - |
| HSV(B) | 155.19º | 0.76% | 0.53% | - |
| XYZ | 11.38 | 18.71 | 13.37 | - |
| YUV | 100 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 93 | 0.76 | 0 | 0.32 | 0.47 | 155.19 | 0.62 | 0.33 |
| Hex | 20 | 88 | 5D | 4C | 0 | 20 | 2F | 9B | 3E | 21 |
| Octal | 40 | 210 | 135 | 114 | 0 | 40 | 57 | 233 | 76 | 41 |
| Binary | 100000 | 10001000 | 1011101 | 1001100 | 0 | 100000 | 101111 | 10011011 | 111110 | 100001 |
Color Harmonies of #20885D
Complementary color
Monochromatic Colors of #20885D
Black with #20885D
Text Example
Text Example
White with #20885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20885D; }
p { color: rgb(32,136,93); }
H1.HeaderClassName
{
color: #20885D;
}
.AnyTagClassName
{
color: #20885D;
}
</style>
background-color css
<style>
a { background-color: #20885D; }
a { background-color: rgb(32,136,93); }
div.DivClassName
{
background-color: #20885D;
}
.BgClassName
{
background-color: #20885D;
}
</style>
border-color css
<style>
span { border-color: #20885D; }
span { border-color: rgb(32,136,93); }
td.TdClassName
{
border-color: #20885D;
}
.TagClassName
{
border-color: #20885D;
}
</style>