Shades of Elf Green #20836C
Tints of Elf Green #20836C
RGB
CMYK
RGB Variations
Color information
#20836C (or 0x20836C) is known color: Elf Green. HEX triplet: 20, 83 and 6C. RGB value is (32,131,108). Sum of RGB (Red+Green+Blue) = 32+131+108=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #20836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20836C is #DF7C93. Grayscale: #626262. Windows color (decimal): -14646420 or 7111456. OLE color: 7111456.
HSL color Cylindrical-coordinate representation of color #20836C: hue angle of 166.06º 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 #20836C is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 131 | 108 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.49 |
| HSL | 166.06º | 0.61% | 0.32% | - |
| HSV(B) | 166.06º | 0.76% | 0.51% | - |
| XYZ | 11.42 | 17.62 | 16.99 | - |
| YUV | 98.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 108 | 0.76 | 0 | 0.18 | 0.49 | 166.06 | 0.61 | 0.32 |
| Hex | 20 | 83 | 6C | 4C | 0 | 12 | 31 | A6 | 3D | 20 |
| Octal | 40 | 203 | 154 | 114 | 0 | 22 | 61 | 246 | 75 | 40 |
| Binary | 100000 | 10000011 | 1101100 | 1001100 | 0 | 10010 | 110001 | 10100110 | 111101 | 100000 |
Color Harmonies of #20836C
Complementary color
Monochromatic Colors of #20836C
Black with #20836C
Text Example
Text Example
White with #20836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20836C; }
p { color: rgb(32,131,108); }
H1.HeaderClassName
{
color: #20836C;
}
.AnyTagClassName
{
color: #20836C;
}
</style>
background-color css
<style>
a { background-color: #20836C; }
a { background-color: rgb(32,131,108); }
div.DivClassName
{
background-color: #20836C;
}
.BgClassName
{
background-color: #20836C;
}
</style>
border-color css
<style>
span { border-color: #20836C; }
span { border-color: rgb(32,131,108); }
td.TdClassName
{
border-color: #20836C;
}
.TagClassName
{
border-color: #20836C;
}
</style>