Shades of Elf Green #20865F
Tints of Elf Green #20865F
RGB
CMYK
RGB Variations
Color information
#20865F (or 0x20865F) is known color: Elf Green. HEX triplet: 20, 86 and 5F. RGB value is (32,134,95). Sum of RGB (Red+Green+Blue) = 32+134+95=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #20865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20865F is #DF79A0. Grayscale: #636363. Windows color (decimal): -14645665 or 6260256. OLE color: 6260256.
HSL color Cylindrical-coordinate representation of color #20865F: hue angle of 157.06º degrees, saturation: 0.61, 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 #20865F is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 95 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.47 |
| HSL | 157.06º | 0.61% | 0.33% | - |
| HSV(B) | 157.06º | 0.76% | 0.53% | - |
| XYZ | 11.19 | 18.18 | 13.75 | - |
| YUV | 99.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 95 | 0.76 | 0 | 0.29 | 0.47 | 157.06 | 0.61 | 0.33 |
| Hex | 20 | 86 | 5F | 4C | 0 | 1D | 2F | 9D | 3D | 21 |
| Octal | 40 | 206 | 137 | 114 | 0 | 35 | 57 | 235 | 75 | 41 |
| Binary | 100000 | 10000110 | 1011111 | 1001100 | 0 | 11101 | 101111 | 10011101 | 111101 | 100001 |
Color Harmonies of #20865F
Complementary color
Monochromatic Colors of #20865F
Black with #20865F
Text Example
Text Example
White with #20865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20865F; }
p { color: rgb(32,134,95); }
H1.HeaderClassName
{
color: #20865F;
}
.AnyTagClassName
{
color: #20865F;
}
</style>
background-color css
<style>
a { background-color: #20865F; }
a { background-color: rgb(32,134,95); }
div.DivClassName
{
background-color: #20865F;
}
.BgClassName
{
background-color: #20865F;
}
</style>
border-color css
<style>
span { border-color: #20865F; }
span { border-color: rgb(32,134,95); }
td.TdClassName
{
border-color: #20865F;
}
.TagClassName
{
border-color: #20865F;
}
</style>