Shades of Elm #1D8981
Tints of Elm #1D8981
RGB
CMYK
RGB Variations
Color information
#1D8981 (or 0x1D8981) is known color: Elm. HEX triplet: 1D, 89 and 81. RGB value is (29,137,129). Sum of RGB (Red+Green+Blue) = 29+137+129=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8981 is #E2767E. Grayscale: #676767. Windows color (decimal): -14841471 or 8489245. OLE color: 8489245.
HSL color Cylindrical-coordinate representation of color #1D8981: hue angle of 175.56º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8981 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 129 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.46 |
| HSL | 175.56º | 0.65% | 0.33% | - |
| HSV(B) | 175.56º | 0.79% | 0.54% | - |
| XYZ | 13.41 | 19.74 | 23.87 | - |
| YUV | 103.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 129 | 0.79 | 0 | 0.06 | 0.46 | 175.56 | 0.65 | 0.33 |
| Hex | 1D | 89 | 81 | 4F | 0 | 6 | 2E | B0 | 41 | 21 |
| Octal | 35 | 211 | 201 | 117 | 0 | 6 | 56 | 260 | 101 | 41 |
| Binary | 11101 | 10001001 | 10000001 | 1001111 | 0 | 110 | 101110 | 10110000 | 1000001 | 100001 |
Color Harmonies of #1D8981
Complementary color
Monochromatic Colors of #1D8981
Black with #1D8981
Text Example
Text Example
White with #1D8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8981; }
p { color: rgb(29,137,129); }
H1.HeaderClassName
{
color: #1D8981;
}
.AnyTagClassName
{
color: #1D8981;
}
</style>
background-color css
<style>
a { background-color: #1D8981; }
a { background-color: rgb(29,137,129); }
div.DivClassName
{
background-color: #1D8981;
}
.BgClassName
{
background-color: #1D8981;
}
</style>
border-color css
<style>
span { border-color: #1D8981; }
span { border-color: rgb(29,137,129); }
td.TdClassName
{
border-color: #1D8981;
}
.TagClassName
{
border-color: #1D8981;
}
</style>