Shades of Elm #20867F
Tints of Elm #20867F
RGB
CMYK
RGB Variations
Color information
#20867F (or 0x20867F) is known color: Elm. HEX triplet: 20, 86 and 7F. RGB value is (32,134,127). Sum of RGB (Red+Green+Blue) = 32+134+127=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #20867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20867F is #DF7980. Grayscale: #666666. Windows color (decimal): -14645633 or 8357408. OLE color: 8357408.
HSL color Cylindrical-coordinate representation of color #20867F: hue angle of 175.88º 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 #20867F is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 127 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.47 |
| HSL | 175.88º | 0.61% | 0.33% | - |
| HSV(B) | 175.88º | 0.76% | 0.53% | - |
| XYZ | 12.95 | 18.89 | 23.04 | - |
| YUV | 102.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 127 | 0.76 | 0 | 0.05 | 0.47 | 175.88 | 0.61 | 0.33 |
| Hex | 20 | 86 | 7F | 4C | 0 | 5 | 2F | B0 | 3D | 21 |
| Octal | 40 | 206 | 177 | 114 | 0 | 5 | 57 | 260 | 75 | 41 |
| Binary | 100000 | 10000110 | 1111111 | 1001100 | 0 | 101 | 101111 | 10110000 | 111101 | 100001 |
Color Harmonies of #20867F
Complementary color
Monochromatic Colors of #20867F
Black with #20867F
Text Example
Text Example
White with #20867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20867F; }
p { color: rgb(32,134,127); }
H1.HeaderClassName
{
color: #20867F;
}
.AnyTagClassName
{
color: #20867F;
}
</style>
background-color css
<style>
a { background-color: #20867F; }
a { background-color: rgb(32,134,127); }
div.DivClassName
{
background-color: #20867F;
}
.BgClassName
{
background-color: #20867F;
}
</style>
border-color css
<style>
span { border-color: #20867F; }
span { border-color: rgb(32,134,127); }
td.TdClassName
{
border-color: #20867F;
}
.TagClassName
{
border-color: #20867F;
}
</style>