Shades of Elm #20817A
Tints of Elm #20817A
RGB
CMYK
RGB Variations
Color information
#20817A (or 0x20817A) is known color: Elm. HEX triplet: 20, 81 and 7A. RGB value is (32,129,122). Sum of RGB (Red+Green+Blue) = 32+129+122=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #20817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20817A is #DF7E85. Grayscale: #636363. Windows color (decimal): -14646918 or 8028448. OLE color: 8028448.
HSL color Cylindrical-coordinate representation of color #20817A: hue angle of 175.67º 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 #20817A is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 122 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.49 |
| HSL | 175.67º | 0.6% | 0.32% | - |
| HSV(B) | 175.67º | 0.75% | 0.51% | - |
| XYZ | 11.96 | 17.41 | 21.14 | - |
| YUV | 99.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 122 | 0.75 | 0 | 0.05 | 0.49 | 175.67 | 0.6 | 0.32 |
| Hex | 20 | 81 | 7A | 4B | 0 | 5 | 31 | B0 | 3C | 20 |
| Octal | 40 | 201 | 172 | 113 | 0 | 5 | 61 | 260 | 74 | 40 |
| Binary | 100000 | 10000001 | 1111010 | 1001011 | 0 | 101 | 110001 | 10110000 | 111100 | 100000 |
Color Harmonies of #20817A
Complementary color
Monochromatic Colors of #20817A
Black with #20817A
Text Example
Text Example
White with #20817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20817A; }
p { color: rgb(32,129,122); }
H1.HeaderClassName
{
color: #20817A;
}
.AnyTagClassName
{
color: #20817A;
}
</style>
background-color css
<style>
a { background-color: #20817A; }
a { background-color: rgb(32,129,122); }
div.DivClassName
{
background-color: #20817A;
}
.BgClassName
{
background-color: #20817A;
}
</style>
border-color css
<style>
span { border-color: #20817A; }
span { border-color: rgb(32,129,122); }
td.TdClassName
{
border-color: #20817A;
}
.TagClassName
{
border-color: #20817A;
}
</style>