Shades of Elm #1D877C
Tints of Elm #1D877C
RGB
CMYK
RGB Variations
Color information
#1D877C (or 0x1D877C) is known color: Elm. HEX triplet: 1D, 87 and 7C. RGB value is (29,135,124). Sum of RGB (Red+Green+Blue) = 29+135+124=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #1D877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D877C is #E27883. Grayscale: #656565. Windows color (decimal): -14841988 or 8161053. OLE color: 8161053.
HSL color Cylindrical-coordinate representation of color #1D877C: hue angle of 173.77º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D877C is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 124 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.47 |
| HSL | 173.77º | 0.65% | 0.32% | - |
| HSV(B) | 173.77º | 0.79% | 0.53% | - |
| XYZ | 12.81 | 19.04 | 22.07 | - |
| YUV | 102.05 | 140.38 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 124 | 0.79 | 0 | 0.08 | 0.47 | 173.77 | 0.65 | 0.32 |
| Hex | 1D | 87 | 7C | 4F | 0 | 8 | 2F | AE | 41 | 20 |
| Octal | 35 | 207 | 174 | 117 | 0 | 10 | 57 | 256 | 101 | 40 |
| Binary | 11101 | 10000111 | 1111100 | 1001111 | 0 | 1000 | 101111 | 10101110 | 1000001 | 100000 |
Color Harmonies of #1D877C
Complementary color
Monochromatic Colors of #1D877C
Black with #1D877C
Text Example
Text Example
White with #1D877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D877C; }
p { color: rgb(29,135,124); }
H1.HeaderClassName
{
color: #1D877C;
}
.AnyTagClassName
{
color: #1D877C;
}
</style>
background-color css
<style>
a { background-color: #1D877C; }
a { background-color: rgb(29,135,124); }
div.DivClassName
{
background-color: #1D877C;
}
.BgClassName
{
background-color: #1D877C;
}
</style>
border-color css
<style>
span { border-color: #1D877C; }
span { border-color: rgb(29,135,124); }
td.TdClassName
{
border-color: #1D877C;
}
.TagClassName
{
border-color: #1D877C;
}
</style>