Shades of Elf Green #20846B
Tints of Elf Green #20846B
RGB
CMYK
RGB Variations
Color information
#20846B (or 0x20846B) is known color: Elf Green. HEX triplet: 20, 84 and 6B. RGB value is (32,132,107). Sum of RGB (Red+Green+Blue) = 32+132+107=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #20846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20846B is #DF7B94. Grayscale: #636363. Windows color (decimal): -14646165 or 7046176. OLE color: 7046176.
HSL color Cylindrical-coordinate representation of color #20846B: hue angle of 165º 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 #20846B is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 107 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.48 |
| HSL | 165º | 0.61% | 0.32% | - |
| HSV(B) | 165º | 0.76% | 0.52% | - |
| XYZ | 11.5 | 17.87 | 16.75 | - |
| YUV | 99.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 107 | 0.76 | 0 | 0.19 | 0.48 | 165 | 0.61 | 0.32 |
| Hex | 20 | 84 | 6B | 4C | 0 | 13 | 30 | A5 | 3D | 20 |
| Octal | 40 | 204 | 153 | 114 | 0 | 23 | 60 | 245 | 75 | 40 |
| Binary | 100000 | 10000100 | 1101011 | 1001100 | 0 | 10011 | 110000 | 10100101 | 111101 | 100000 |
Color Harmonies of #20846B
Complementary color
Monochromatic Colors of #20846B
Black with #20846B
Text Example
Text Example
White with #20846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20846B; }
p { color: rgb(32,132,107); }
H1.HeaderClassName
{
color: #20846B;
}
.AnyTagClassName
{
color: #20846B;
}
</style>
background-color css
<style>
a { background-color: #20846B; }
a { background-color: rgb(32,132,107); }
div.DivClassName
{
background-color: #20846B;
}
.BgClassName
{
background-color: #20846B;
}
</style>
border-color css
<style>
span { border-color: #20846B; }
span { border-color: rgb(32,132,107); }
td.TdClassName
{
border-color: #20846B;
}
.TagClassName
{
border-color: #20846B;
}
</style>