Shades of Elm #208481
Tints of Elm #208481
RGB
CMYK
RGB Variations
Color information
#208481 (or 0x208481) is known color: Elm. HEX triplet: 20, 84 and 81. RGB value is (32,132,129). Sum of RGB (Red+Green+Blue) = 32+132+129=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #208481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208481 is #DF7B7E. Grayscale: #656565. Windows color (decimal): -14646143 or 8487968. OLE color: 8487968.
HSL color Cylindrical-coordinate representation of color #208481: hue angle of 178.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208481 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 129 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.48 |
| HSL | 178.2º | 0.61% | 0.32% | - |
| HSV(B) | 178.2º | 0.76% | 0.52% | - |
| XYZ | 12.81 | 18.39 | 23.64 | - |
| YUV | 101.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 129 | 0.76 | 0 | 0.02 | 0.48 | 178.2 | 0.61 | 0.32 |
| Hex | 20 | 84 | 81 | 4C | 0 | 2 | 30 | B2 | 3D | 20 |
| Octal | 40 | 204 | 201 | 114 | 0 | 2 | 60 | 262 | 75 | 40 |
| Binary | 100000 | 10000100 | 10000001 | 1001100 | 0 | 10 | 110000 | 10110010 | 111101 | 100000 |
Color Harmonies of #208481
Complementary color
Monochromatic Colors of #208481
Black with #208481
Text Example
Text Example
White with #208481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208481; }
p { color: rgb(32,132,129); }
H1.HeaderClassName
{
color: #208481;
}
.AnyTagClassName
{
color: #208481;
}
</style>
background-color css
<style>
a { background-color: #208481; }
a { background-color: rgb(32,132,129); }
div.DivClassName
{
background-color: #208481;
}
.BgClassName
{
background-color: #208481;
}
</style>
border-color css
<style>
span { border-color: #208481; }
span { border-color: rgb(32,132,129); }
td.TdClassName
{
border-color: #208481;
}
.TagClassName
{
border-color: #208481;
}
</style>