Shades of Elf Green #20846F
Tints of Elf Green #20846F
RGB
CMYK
RGB Variations
Color information
#20846F (or 0x20846F) is known color: Elf Green. HEX triplet: 20, 84 and 6F. RGB value is (32,132,111). Sum of RGB (Red+Green+Blue) = 32+132+111=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #20846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20846F is #DF7B90. Grayscale: #636363. Windows color (decimal): -14646161 or 7308320. OLE color: 7308320.
HSL color Cylindrical-coordinate representation of color #20846F: hue angle of 167.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20846F is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 111 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.48 |
| HSL | 167.4º | 0.61% | 0.32% | - |
| HSV(B) | 167.4º | 0.76% | 0.52% | - |
| XYZ | 11.72 | 17.96 | 17.89 | - |
| YUV | 99.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 111 | 0.76 | 0 | 0.16 | 0.48 | 167.4 | 0.61 | 0.32 |
| Hex | 20 | 84 | 6F | 4C | 0 | 10 | 30 | A7 | 3D | 20 |
| Octal | 40 | 204 | 157 | 114 | 0 | 20 | 60 | 247 | 75 | 40 |
| Binary | 100000 | 10000100 | 1101111 | 1001100 | 0 | 10000 | 110000 | 10100111 | 111101 | 100000 |
Color Harmonies of #20846F
Complementary color
Monochromatic Colors of #20846F
Black with #20846F
Text Example
Text Example
White with #20846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20846F; }
p { color: rgb(32,132,111); }
H1.HeaderClassName
{
color: #20846F;
}
.AnyTagClassName
{
color: #20846F;
}
</style>
background-color css
<style>
a { background-color: #20846F; }
a { background-color: rgb(32,132,111); }
div.DivClassName
{
background-color: #20846F;
}
.BgClassName
{
background-color: #20846F;
}
</style>
border-color css
<style>
span { border-color: #20846F; }
span { border-color: rgb(32,132,111); }
td.TdClassName
{
border-color: #20846F;
}
.TagClassName
{
border-color: #20846F;
}
</style>