Shades of Elm #1D8985
Tints of Elm #1D8985
RGB
CMYK
RGB Variations
Color information
#1D8985 (or 0x1D8985) is known color: Elm. HEX triplet: 1D, 89 and 85. RGB value is (29,137,133). Sum of RGB (Red+Green+Blue) = 29+137+133=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8985 is #E2767A. Grayscale: #686868. Windows color (decimal): -14841467 or 8751389. OLE color: 8751389.
HSL color Cylindrical-coordinate representation of color #1D8985: hue angle of 177.78º 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 #1D8985 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 133 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.46 |
| HSL | 177.78º | 0.65% | 0.33% | - |
| HSV(B) | 177.78º | 0.79% | 0.54% | - |
| XYZ | 13.69 | 19.85 | 25.3 | - |
| YUV | 104.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 133 | 0.79 | 0 | 0.03 | 0.46 | 177.78 | 0.65 | 0.33 |
| Hex | 1D | 89 | 85 | 4F | 0 | 3 | 2E | B2 | 41 | 21 |
| Octal | 35 | 211 | 205 | 117 | 0 | 3 | 56 | 262 | 101 | 41 |
| Binary | 11101 | 10001001 | 10000101 | 1001111 | 0 | 11 | 101110 | 10110010 | 1000001 | 100001 |
Color Harmonies of #1D8985
Complementary color
Monochromatic Colors of #1D8985
Black with #1D8985
Text Example
Text Example
White with #1D8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8985; }
p { color: rgb(29,137,133); }
H1.HeaderClassName
{
color: #1D8985;
}
.AnyTagClassName
{
color: #1D8985;
}
</style>
background-color css
<style>
a { background-color: #1D8985; }
a { background-color: rgb(29,137,133); }
div.DivClassName
{
background-color: #1D8985;
}
.BgClassName
{
background-color: #1D8985;
}
</style>
border-color css
<style>
span { border-color: #1D8985; }
span { border-color: rgb(29,137,133); }
td.TdClassName
{
border-color: #1D8985;
}
.TagClassName
{
border-color: #1D8985;
}
</style>