Shades of Elf Green #20875F
Tints of Elf Green #20875F
RGB
CMYK
RGB Variations
Color information
#20875F (or 0x20875F) is known color: Elf Green. HEX triplet: 20, 87 and 5F. RGB value is (32,135,95). Sum of RGB (Red+Green+Blue) = 32+135+95=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #20875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20875F is #DF78A0. Grayscale: #636363. Windows color (decimal): -14645409 or 6260512. OLE color: 6260512.
HSL color Cylindrical-coordinate representation of color #20875F: hue angle of 156.7º 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 #20875F is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 135 | 95 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.47 |
| HSL | 156.7º | 0.62% | 0.33% | - |
| HSV(B) | 156.7º | 0.76% | 0.53% | - |
| XYZ | 11.33 | 18.46 | 13.79 | - |
| YUV | 99.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 95 | 0.76 | 0 | 0.30 | 0.47 | 156.7 | 0.62 | 0.33 |
| Hex | 20 | 87 | 5F | 4C | 0 | 1E | 2F | 9D | 3E | 21 |
| Octal | 40 | 207 | 137 | 114 | 0 | 36 | 57 | 235 | 76 | 41 |
| Binary | 100000 | 10000111 | 1011111 | 1001100 | 0 | 11110 | 101111 | 10011101 | 111110 | 100001 |
Color Harmonies of #20875F
Complementary color
Monochromatic Colors of #20875F
Black with #20875F
Text Example
Text Example
White with #20875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20875F; }
p { color: rgb(32,135,95); }
H1.HeaderClassName
{
color: #20875F;
}
.AnyTagClassName
{
color: #20875F;
}
</style>
background-color css
<style>
a { background-color: #20875F; }
a { background-color: rgb(32,135,95); }
div.DivClassName
{
background-color: #20875F;
}
.BgClassName
{
background-color: #20875F;
}
</style>
border-color css
<style>
span { border-color: #20875F; }
span { border-color: rgb(32,135,95); }
td.TdClassName
{
border-color: #20875F;
}
.TagClassName
{
border-color: #20875F;
}
</style>