Shades of Elf Green #20866C
Tints of Elf Green #20866C
RGB
CMYK
RGB Variations
Color information
#20866C (or 0x20866C) is known color: Elf Green. HEX triplet: 20, 86 and 6C. RGB value is (32,134,108). Sum of RGB (Red+Green+Blue) = 32+134+108=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #20866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20866C is #DF7993. Grayscale: #646464. Windows color (decimal): -14645652 or 7112224. OLE color: 7112224.
HSL color Cylindrical-coordinate representation of color #20866C: hue angle of 164.71º 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 #20866C is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 108 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.47 |
| HSL | 164.71º | 0.61% | 0.33% | - |
| HSV(B) | 164.71º | 0.76% | 0.53% | - |
| XYZ | 11.83 | 18.44 | 17.12 | - |
| YUV | 100.54 | 132.21 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 108 | 0.76 | 0 | 0.19 | 0.47 | 164.71 | 0.61 | 0.33 |
| Hex | 20 | 86 | 6C | 4C | 0 | 13 | 2F | A5 | 3D | 21 |
| Octal | 40 | 206 | 154 | 114 | 0 | 23 | 57 | 245 | 75 | 41 |
| Binary | 100000 | 10000110 | 1101100 | 1001100 | 0 | 10011 | 101111 | 10100101 | 111101 | 100001 |
Color Harmonies of #20866C
Complementary color
Monochromatic Colors of #20866C
Black with #20866C
Text Example
Text Example
White with #20866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20866C; }
p { color: rgb(32,134,108); }
H1.HeaderClassName
{
color: #20866C;
}
.AnyTagClassName
{
color: #20866C;
}
</style>
background-color css
<style>
a { background-color: #20866C; }
a { background-color: rgb(32,134,108); }
div.DivClassName
{
background-color: #20866C;
}
.BgClassName
{
background-color: #20866C;
}
</style>
border-color css
<style>
span { border-color: #20866C; }
span { border-color: rgb(32,134,108); }
td.TdClassName
{
border-color: #20866C;
}
.TagClassName
{
border-color: #20866C;
}
</style>