Shades of Elm #1D8984
Tints of Elm #1D8984
RGB
CMYK
RGB Variations
Color information
#1D8984 (or 0x1D8984) is known color: Elm. HEX triplet: 1D, 89 and 84. RGB value is (29,137,132). Sum of RGB (Red+Green+Blue) = 29+137+132=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8984 is #E2767B. Grayscale: #686868. Windows color (decimal): -14841468 or 8685853. OLE color: 8685853.
HSL color Cylindrical-coordinate representation of color #1D8984: hue angle of 177.22º 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 #1D8984 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 132 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.46 |
| HSL | 177.22º | 0.65% | 0.33% | - |
| HSV(B) | 177.22º | 0.79% | 0.54% | - |
| XYZ | 13.62 | 19.82 | 24.94 | - |
| YUV | 104.14 | 143.72 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 132 | 0.79 | 0 | 0.04 | 0.46 | 177.22 | 0.65 | 0.33 |
| Hex | 1D | 89 | 84 | 4F | 0 | 4 | 2E | B1 | 41 | 21 |
| Octal | 35 | 211 | 204 | 117 | 0 | 4 | 56 | 261 | 101 | 41 |
| Binary | 11101 | 10001001 | 10000100 | 1001111 | 0 | 100 | 101110 | 10110001 | 1000001 | 100001 |
Color Harmonies of #1D8984
Complementary color
Monochromatic Colors of #1D8984
Black with #1D8984
Text Example
Text Example
White with #1D8984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8984; }
p { color: rgb(29,137,132); }
H1.HeaderClassName
{
color: #1D8984;
}
.AnyTagClassName
{
color: #1D8984;
}
</style>
background-color css
<style>
a { background-color: #1D8984; }
a { background-color: rgb(29,137,132); }
div.DivClassName
{
background-color: #1D8984;
}
.BgClassName
{
background-color: #1D8984;
}
</style>
border-color css
<style>
span { border-color: #1D8984; }
span { border-color: rgb(29,137,132); }
td.TdClassName
{
border-color: #1D8984;
}
.TagClassName
{
border-color: #1D8984;
}
</style>