Shades of Elm #208D83
Tints of Elm #208D83
RGB
CMYK
RGB Variations
Color information
#208D83 (or 0x208D83) is known color: Elm. HEX triplet: 20, 8D and 83. RGB value is (32,141,131). Sum of RGB (Red+Green+Blue) = 32+141+131=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #208D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208D83 is #DF727C. Grayscale: #6B6B6B. Windows color (decimal): -14643837 or 8621344. OLE color: 8621344.
HSL color Cylindrical-coordinate representation of color #208D83: hue angle of 174.5º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208D83 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 141 | 131 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.45 |
| HSL | 174.5º | 0.63% | 0.34% | - |
| HSV(B) | 174.5º | 0.77% | 0.55% | - |
| XYZ | 14.22 | 21 | 24.78 | - |
| YUV | 107.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 131 | 0.77 | 0 | 0.07 | 0.45 | 174.5 | 0.63 | 0.34 |
| Hex | 20 | 8D | 83 | 4D | 0 | 7 | 2D | AE | 3F | 22 |
| Octal | 40 | 215 | 203 | 115 | 0 | 7 | 55 | 256 | 77 | 42 |
| Binary | 100000 | 10001101 | 10000011 | 1001101 | 0 | 111 | 101101 | 10101110 | 111111 | 100010 |
Color Harmonies of #208D83
Complementary color
Monochromatic Colors of #208D83
Black with #208D83
Text Example
Text Example
White with #208D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D83; }
p { color: rgb(32,141,131); }
H1.HeaderClassName
{
color: #208D83;
}
.AnyTagClassName
{
color: #208D83;
}
</style>
background-color css
<style>
a { background-color: #208D83; }
a { background-color: rgb(32,141,131); }
div.DivClassName
{
background-color: #208D83;
}
.BgClassName
{
background-color: #208D83;
}
</style>
border-color css
<style>
span { border-color: #208D83; }
span { border-color: rgb(32,141,131); }
td.TdClassName
{
border-color: #208D83;
}
.TagClassName
{
border-color: #208D83;
}
</style>