Shades of Elf Green #20845C
Tints of Elf Green #20845C
RGB
CMYK
RGB Variations
Color information
#20845C (or 0x20845C) is known color: Elf Green. HEX triplet: 20, 84 and 5C. RGB value is (32,132,92). Sum of RGB (Red+Green+Blue) = 32+132+92=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #20845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20845C is #DF7BA3. Grayscale: #616161. Windows color (decimal): -14646180 or 6063136. OLE color: 6063136.
HSL color Cylindrical-coordinate representation of color #20845C: hue angle of 156º 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 #20845C is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 92 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.48 |
| HSL | 156º | 0.61% | 0.32% | - |
| HSV(B) | 156º | 0.76% | 0.52% | - |
| XYZ | 10.78 | 17.58 | 12.95 | - |
| YUV | 97.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 92 | 0.76 | 0 | 0.30 | 0.48 | 156 | 0.61 | 0.32 |
| Hex | 20 | 84 | 5C | 4C | 0 | 1E | 30 | 9C | 3D | 20 |
| Octal | 40 | 204 | 134 | 114 | 0 | 36 | 60 | 234 | 75 | 40 |
| Binary | 100000 | 10000100 | 1011100 | 1001100 | 0 | 11110 | 110000 | 10011100 | 111101 | 100000 |
Color Harmonies of #20845C
Complementary color
Monochromatic Colors of #20845C
Black with #20845C
Text Example
Text Example
White with #20845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20845C; }
p { color: rgb(32,132,92); }
H1.HeaderClassName
{
color: #20845C;
}
.AnyTagClassName
{
color: #20845C;
}
</style>
background-color css
<style>
a { background-color: #20845C; }
a { background-color: rgb(32,132,92); }
div.DivClassName
{
background-color: #20845C;
}
.BgClassName
{
background-color: #20845C;
}
</style>
border-color css
<style>
span { border-color: #20845C; }
span { border-color: rgb(32,132,92); }
td.TdClassName
{
border-color: #20845C;
}
.TagClassName
{
border-color: #20845C;
}
</style>