Shades of Elf Green #20866F
Tints of Elf Green #20866F
RGB
CMYK
RGB Variations
Color information
#20866F (or 0x20866F) is known color: Elf Green. HEX triplet: 20, 86 and 6F. RGB value is (32,134,111). Sum of RGB (Red+Green+Blue) = 32+134+111=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #20866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20866F is #DF7990. Grayscale: #646464. Windows color (decimal): -14645649 or 7308832. OLE color: 7308832.
HSL color Cylindrical-coordinate representation of color #20866F: hue angle of 166.47º 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 #20866F is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 111 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.47 |
| HSL | 166.47º | 0.61% | 0.33% | - |
| HSV(B) | 166.47º | 0.76% | 0.53% | - |
| XYZ | 11.99 | 18.5 | 17.98 | - |
| YUV | 100.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 111 | 0.76 | 0 | 0.17 | 0.47 | 166.47 | 0.61 | 0.33 |
| Hex | 20 | 86 | 6F | 4C | 0 | 11 | 2F | A6 | 3D | 21 |
| Octal | 40 | 206 | 157 | 114 | 0 | 21 | 57 | 246 | 75 | 41 |
| Binary | 100000 | 10000110 | 1101111 | 1001100 | 0 | 10001 | 101111 | 10100110 | 111101 | 100001 |
Color Harmonies of #20866F
Complementary color
Monochromatic Colors of #20866F
Black with #20866F
Text Example
Text Example
White with #20866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20866F; }
p { color: rgb(32,134,111); }
H1.HeaderClassName
{
color: #20866F;
}
.AnyTagClassName
{
color: #20866F;
}
</style>
background-color css
<style>
a { background-color: #20866F; }
a { background-color: rgb(32,134,111); }
div.DivClassName
{
background-color: #20866F;
}
.BgClassName
{
background-color: #20866F;
}
</style>
border-color css
<style>
span { border-color: #20866F; }
span { border-color: rgb(32,134,111); }
td.TdClassName
{
border-color: #20866F;
}
.TagClassName
{
border-color: #20866F;
}
</style>