Shades of Elm #20867A
Tints of Elm #20867A
RGB
CMYK
RGB Variations
Color information
#20867A (or 0x20867A) is known color: Elm. HEX triplet: 20, 86 and 7A. RGB value is (32,134,122). Sum of RGB (Red+Green+Blue) = 32+134+122=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #20867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20867A is #DF7985. Grayscale: #666666. Windows color (decimal): -14645638 or 8029728. OLE color: 8029728.
HSL color Cylindrical-coordinate representation of color #20867A: hue angle of 172.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20867A is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 122 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.47 |
| HSL | 172.94º | 0.61% | 0.33% | - |
| HSV(B) | 172.94º | 0.76% | 0.53% | - |
| XYZ | 12.63 | 18.76 | 21.37 | - |
| YUV | 102.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 122 | 0.76 | 0 | 0.09 | 0.47 | 172.94 | 0.61 | 0.33 |
| Hex | 20 | 86 | 7A | 4C | 0 | 9 | 2F | AD | 3D | 21 |
| Octal | 40 | 206 | 172 | 114 | 0 | 11 | 57 | 255 | 75 | 41 |
| Binary | 100000 | 10000110 | 1111010 | 1001100 | 0 | 1001 | 101111 | 10101101 | 111101 | 100001 |
Color Harmonies of #20867A
Complementary color
Monochromatic Colors of #20867A
Black with #20867A
Text Example
Text Example
White with #20867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20867A; }
p { color: rgb(32,134,122); }
H1.HeaderClassName
{
color: #20867A;
}
.AnyTagClassName
{
color: #20867A;
}
</style>
background-color css
<style>
a { background-color: #20867A; }
a { background-color: rgb(32,134,122); }
div.DivClassName
{
background-color: #20867A;
}
.BgClassName
{
background-color: #20867A;
}
</style>
border-color css
<style>
span { border-color: #20867A; }
span { border-color: rgb(32,134,122); }
td.TdClassName
{
border-color: #20867A;
}
.TagClassName
{
border-color: #20867A;
}
</style>