Shades of Elm #208175
Tints of Elm #208175
RGB
CMYK
RGB Variations
Color information
#208175 (or 0x208175) is known color: Elm. HEX triplet: 20, 81 and 75. RGB value is (32,129,117). Sum of RGB (Red+Green+Blue) = 32+129+117=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #208175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208175 is #DF7E8A. Grayscale: #626262. Windows color (decimal): -14646923 or 7700768. OLE color: 7700768.
HSL color Cylindrical-coordinate representation of color #208175: hue angle of 172.58º 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 #208175 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 129 | 117 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.49 |
| HSL | 172.58º | 0.6% | 0.32% | - |
| HSV(B) | 172.58º | 0.75% | 0.51% | - |
| XYZ | 11.66 | 17.29 | 19.55 | - |
| YUV | 98.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 129 | 117 | 0.75 | 0 | 0.09 | 0.49 | 172.58 | 0.6 | 0.32 |
| Hex | 20 | 81 | 75 | 4B | 0 | 9 | 31 | AD | 3C | 20 |
| Octal | 40 | 201 | 165 | 113 | 0 | 11 | 61 | 255 | 74 | 40 |
| Binary | 100000 | 10000001 | 1110101 | 1001011 | 0 | 1001 | 110001 | 10101101 | 111100 | 100000 |
Color Harmonies of #208175
Complementary color
Monochromatic Colors of #208175
Black with #208175
Text Example
Text Example
White with #208175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208175; }
p { color: rgb(32,129,117); }
H1.HeaderClassName
{
color: #208175;
}
.AnyTagClassName
{
color: #208175;
}
</style>
background-color css
<style>
a { background-color: #208175; }
a { background-color: rgb(32,129,117); }
div.DivClassName
{
background-color: #208175;
}
.BgClassName
{
background-color: #208175;
}
</style>
border-color css
<style>
span { border-color: #208175; }
span { border-color: rgb(32,129,117); }
td.TdClassName
{
border-color: #208175;
}
.TagClassName
{
border-color: #208175;
}
</style>