Shades of Elm #20817B
Tints of Elm #20817B
RGB
CMYK
RGB Variations
Color information
#20817B (or 0x20817B) is known color: Elm. HEX triplet: 20, 81 and 7B. RGB value is (32,129,123). Sum of RGB (Red+Green+Blue) = 32+129+123=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #20817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20817B is #DF7E84. Grayscale: #636363. Windows color (decimal): -14646917 or 8093984. OLE color: 8093984.
HSL color Cylindrical-coordinate representation of color #20817B: hue angle of 176.29º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20817B is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 123 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.49 |
| HSL | 176.29º | 0.6% | 0.32% | - |
| HSV(B) | 176.29º | 0.75% | 0.51% | - |
| XYZ | 12.02 | 17.44 | 21.47 | - |
| YUV | 99.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 123 | 0.75 | 0 | 0.05 | 0.49 | 176.29 | 0.6 | 0.32 |
| Hex | 20 | 81 | 7B | 4B | 0 | 5 | 31 | B0 | 3C | 20 |
| Octal | 40 | 201 | 173 | 113 | 0 | 5 | 61 | 260 | 74 | 40 |
| Binary | 100000 | 10000001 | 1111011 | 1001011 | 0 | 101 | 110001 | 10110000 | 111100 | 100000 |
Color Harmonies of #20817B
Complementary color
Monochromatic Colors of #20817B
Black with #20817B
Text Example
Text Example
White with #20817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20817B; }
p { color: rgb(32,129,123); }
H1.HeaderClassName
{
color: #20817B;
}
.AnyTagClassName
{
color: #20817B;
}
</style>
background-color css
<style>
a { background-color: #20817B; }
a { background-color: rgb(32,129,123); }
div.DivClassName
{
background-color: #20817B;
}
.BgClassName
{
background-color: #20817B;
}
</style>
border-color css
<style>
span { border-color: #20817B; }
span { border-color: rgb(32,129,123); }
td.TdClassName
{
border-color: #20817B;
}
.TagClassName
{
border-color: #20817B;
}
</style>