Shades of Elf Green #20855C
Tints of Elf Green #20855C
RGB
CMYK
RGB Variations
Color information
#20855C (or 0x20855C) is known color: Elf Green. HEX triplet: 20, 85 and 5C. RGB value is (32,133,92). Sum of RGB (Red+Green+Blue) = 32+133+92=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #20855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20855C is #DF7AA3. Grayscale: #626262. Windows color (decimal): -14645924 or 6063392. OLE color: 6063392.
HSL color Cylindrical-coordinate representation of color #20855C: hue angle of 155.64º 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 #20855C is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 92 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.48 |
| HSL | 155.64º | 0.61% | 0.32% | - |
| HSV(B) | 155.64º | 0.76% | 0.52% | - |
| XYZ | 10.91 | 17.85 | 13 | - |
| YUV | 98.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 92 | 0.76 | 0 | 0.31 | 0.48 | 155.64 | 0.61 | 0.32 |
| Hex | 20 | 85 | 5C | 4C | 0 | 1F | 30 | 9C | 3D | 20 |
| Octal | 40 | 205 | 134 | 114 | 0 | 37 | 60 | 234 | 75 | 40 |
| Binary | 100000 | 10000101 | 1011100 | 1001100 | 0 | 11111 | 110000 | 10011100 | 111101 | 100000 |
Color Harmonies of #20855C
Complementary color
Monochromatic Colors of #20855C
Black with #20855C
Text Example
Text Example
White with #20855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20855C; }
p { color: rgb(32,133,92); }
H1.HeaderClassName
{
color: #20855C;
}
.AnyTagClassName
{
color: #20855C;
}
</style>
background-color css
<style>
a { background-color: #20855C; }
a { background-color: rgb(32,133,92); }
div.DivClassName
{
background-color: #20855C;
}
.BgClassName
{
background-color: #20855C;
}
</style>
border-color css
<style>
span { border-color: #20855C; }
span { border-color: rgb(32,133,92); }
td.TdClassName
{
border-color: #20855C;
}
.TagClassName
{
border-color: #20855C;
}
</style>