Shades of Elm #208072
Tints of Elm #208072
RGB
CMYK
RGB Variations
Color information
#208072 (or 0x208072) is known color: Elm. HEX triplet: 20, 80 and 72. RGB value is (32,128,114). Sum of RGB (Red+Green+Blue) = 32+128+114=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #208072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208072 is #DF7F8D. Grayscale: #616161. Windows color (decimal): -14647182 or 7503904. OLE color: 7503904.
HSL color Cylindrical-coordinate representation of color #208072: hue angle of 171.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208072 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 114 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.50 |
| HSL | 171.25º | 0.6% | 0.31% | - |
| HSV(B) | 171.25º | 0.75% | 0.5% | - |
| XYZ | 11.35 | 16.96 | 18.59 | - |
| YUV | 97.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 114 | 0.75 | 0 | 0.11 | 0.50 | 171.25 | 0.6 | 0.31 |
| Hex | 20 | 80 | 72 | 4B | 0 | B | 32 | AB | 3C | 1F |
| Octal | 40 | 200 | 162 | 113 | 0 | 13 | 62 | 253 | 74 | 37 |
| Binary | 100000 | 10000000 | 1110010 | 1001011 | 0 | 1011 | 110010 | 10101011 | 111100 | 11111 |
Color Harmonies of #208072
Complementary color
Monochromatic Colors of #208072
Black with #208072
Text Example
Text Example
White with #208072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208072; }
p { color: rgb(32,128,114); }
H1.HeaderClassName
{
color: #208072;
}
.AnyTagClassName
{
color: #208072;
}
</style>
background-color css
<style>
a { background-color: #208072; }
a { background-color: rgb(32,128,114); }
div.DivClassName
{
background-color: #208072;
}
.BgClassName
{
background-color: #208072;
}
</style>
border-color css
<style>
span { border-color: #208072; }
span { border-color: rgb(32,128,114); }
td.TdClassName
{
border-color: #208072;
}
.TagClassName
{
border-color: #208072;
}
</style>