Shades of Elm #20847F
Tints of Elm #20847F
RGB
CMYK
RGB Variations
Color information
#20847F (or 0x20847F) is known color: Elm. HEX triplet: 20, 84 and 7F. RGB value is (32,132,127). Sum of RGB (Red+Green+Blue) = 32+132+127=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #20847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20847F is #DF7B80. Grayscale: #656565. Windows color (decimal): -14646145 or 8356896. OLE color: 8356896.
HSL color Cylindrical-coordinate representation of color #20847F: hue angle of 177º 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 #20847F is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 127 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.48 |
| HSL | 177º | 0.61% | 0.32% | - |
| HSV(B) | 177º | 0.76% | 0.52% | - |
| XYZ | 12.68 | 18.34 | 22.95 | - |
| YUV | 101.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 127 | 0.76 | 0 | 0.04 | 0.48 | 177 | 0.61 | 0.32 |
| Hex | 20 | 84 | 7F | 4C | 0 | 4 | 30 | B1 | 3D | 20 |
| Octal | 40 | 204 | 177 | 114 | 0 | 4 | 60 | 261 | 75 | 40 |
| Binary | 100000 | 10000100 | 1111111 | 1001100 | 0 | 100 | 110000 | 10110001 | 111101 | 100000 |
Color Harmonies of #20847F
Complementary color
Monochromatic Colors of #20847F
Black with #20847F
Text Example
Text Example
White with #20847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20847F; }
p { color: rgb(32,132,127); }
H1.HeaderClassName
{
color: #20847F;
}
.AnyTagClassName
{
color: #20847F;
}
</style>
background-color css
<style>
a { background-color: #20847F; }
a { background-color: rgb(32,132,127); }
div.DivClassName
{
background-color: #20847F;
}
.BgClassName
{
background-color: #20847F;
}
</style>
border-color css
<style>
span { border-color: #20847F; }
span { border-color: rgb(32,132,127); }
td.TdClassName
{
border-color: #20847F;
}
.TagClassName
{
border-color: #20847F;
}
</style>