Shades of Elf Green #20876D
Tints of Elf Green #20876D
RGB
CMYK
RGB Variations
Color information
#20876D (or 0x20876D) is known color: Elf Green. HEX triplet: 20, 87 and 6D. RGB value is (32,135,109). Sum of RGB (Red+Green+Blue) = 32+135+109=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #20876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20876D is #DF7892. Grayscale: #656565. Windows color (decimal): -14645395 or 7178016. OLE color: 7178016.
HSL color Cylindrical-coordinate representation of color #20876D: hue angle of 164.85º 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 #20876D is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 109 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.47 |
| HSL | 164.85º | 0.62% | 0.33% | - |
| HSV(B) | 164.85º | 0.76% | 0.53% | - |
| XYZ | 12.02 | 18.74 | 17.45 | - |
| YUV | 101.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 109 | 0.76 | 0 | 0.19 | 0.47 | 164.85 | 0.62 | 0.33 |
| Hex | 20 | 87 | 6D | 4C | 0 | 13 | 2F | A5 | 3E | 21 |
| Octal | 40 | 207 | 155 | 114 | 0 | 23 | 57 | 245 | 76 | 41 |
| Binary | 100000 | 10000111 | 1101101 | 1001100 | 0 | 10011 | 101111 | 10100101 | 111110 | 100001 |
Color Harmonies of #20876D
Complementary color
Monochromatic Colors of #20876D
Black with #20876D
Text Example
Text Example
White with #20876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20876D; }
p { color: rgb(32,135,109); }
H1.HeaderClassName
{
color: #20876D;
}
.AnyTagClassName
{
color: #20876D;
}
</style>
background-color css
<style>
a { background-color: #20876D; }
a { background-color: rgb(32,135,109); }
div.DivClassName
{
background-color: #20876D;
}
.BgClassName
{
background-color: #20876D;
}
</style>
border-color css
<style>
span { border-color: #20876D; }
span { border-color: rgb(32,135,109); }
td.TdClassName
{
border-color: #20876D;
}
.TagClassName
{
border-color: #20876D;
}
</style>