Shades of Elm #20867B
Tints of Elm #20867B
RGB
CMYK
RGB Variations
Color information
#20867B (or 0x20867B) is known color: Elm. HEX triplet: 20, 86 and 7B. RGB value is (32,134,123). Sum of RGB (Red+Green+Blue) = 32+134+123=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #20867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20867B is #DF7984. Grayscale: #666666. Windows color (decimal): -14645637 or 8095264. OLE color: 8095264.
HSL color Cylindrical-coordinate representation of color #20867B: hue angle of 173.53º 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 #20867B is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 134 | 123 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.47 |
| HSL | 173.53º | 0.61% | 0.33% | - |
| HSV(B) | 173.53º | 0.76% | 0.53% | - |
| XYZ | 12.7 | 18.79 | 21.7 | - |
| YUV | 102.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 123 | 0.76 | 0 | 0.08 | 0.47 | 173.53 | 0.61 | 0.33 |
| Hex | 20 | 86 | 7B | 4C | 0 | 8 | 2F | AE | 3D | 21 |
| Octal | 40 | 206 | 173 | 114 | 0 | 10 | 57 | 256 | 75 | 41 |
| Binary | 100000 | 10000110 | 1111011 | 1001100 | 0 | 1000 | 101111 | 10101110 | 111101 | 100001 |
Color Harmonies of #20867B
Complementary color
Monochromatic Colors of #20867B
Black with #20867B
Text Example
Text Example
White with #20867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20867B; }
p { color: rgb(32,134,123); }
H1.HeaderClassName
{
color: #20867B;
}
.AnyTagClassName
{
color: #20867B;
}
</style>
background-color css
<style>
a { background-color: #20867B; }
a { background-color: rgb(32,134,123); }
div.DivClassName
{
background-color: #20867B;
}
.BgClassName
{
background-color: #20867B;
}
</style>
border-color css
<style>
span { border-color: #20867B; }
span { border-color: rgb(32,134,123); }
td.TdClassName
{
border-color: #20867B;
}
.TagClassName
{
border-color: #20867B;
}
</style>