Shades of Elf Green #20836F
Tints of Elf Green #20836F
RGB
CMYK
RGB Variations
Color information
#20836F (or 0x20836F) is known color: Elf Green. HEX triplet: 20, 83 and 6F. RGB value is (32,131,111). Sum of RGB (Red+Green+Blue) = 32+131+111=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #20836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20836F is #DF7C90. Grayscale: #636363. Windows color (decimal): -14646417 or 7308064. OLE color: 7308064.
HSL color Cylindrical-coordinate representation of color #20836F: hue angle of 167.88º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20836F is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 111 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.49 |
| HSL | 167.88º | 0.61% | 0.32% | - |
| HSV(B) | 167.88º | 0.76% | 0.51% | - |
| XYZ | 11.58 | 17.69 | 17.84 | - |
| YUV | 99.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 111 | 0.76 | 0 | 0.15 | 0.49 | 167.88 | 0.61 | 0.32 |
| Hex | 20 | 83 | 6F | 4C | 0 | F | 31 | A8 | 3D | 20 |
| Octal | 40 | 203 | 157 | 114 | 0 | 17 | 61 | 250 | 75 | 40 |
| Binary | 100000 | 10000011 | 1101111 | 1001100 | 0 | 1111 | 110001 | 10101000 | 111101 | 100000 |
Color Harmonies of #20836F
Complementary color
Monochromatic Colors of #20836F
Black with #20836F
Text Example
Text Example
White with #20836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20836F; }
p { color: rgb(32,131,111); }
H1.HeaderClassName
{
color: #20836F;
}
.AnyTagClassName
{
color: #20836F;
}
</style>
background-color css
<style>
a { background-color: #20836F; }
a { background-color: rgb(32,131,111); }
div.DivClassName
{
background-color: #20836F;
}
.BgClassName
{
background-color: #20836F;
}
</style>
border-color css
<style>
span { border-color: #20836F; }
span { border-color: rgb(32,131,111); }
td.TdClassName
{
border-color: #20836F;
}
.TagClassName
{
border-color: #20836F;
}
</style>