Shades of Elm #1D877E
Tints of Elm #1D877E
RGB
CMYK
RGB Variations
Color information
#1D877E (or 0x1D877E) is known color: Elm. HEX triplet: 1D, 87 and 7E. RGB value is (29,135,126). Sum of RGB (Red+Green+Blue) = 29+135+126=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #1D877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D877E is #E27881. Grayscale: #666666. Windows color (decimal): -14841986 or 8292125. OLE color: 8292125.
HSL color Cylindrical-coordinate representation of color #1D877E: hue angle of 174.91º 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 #1D877E is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 126 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.47 |
| HSL | 174.91º | 0.65% | 0.32% | - |
| HSV(B) | 174.91º | 0.79% | 0.53% | - |
| XYZ | 12.94 | 19.1 | 22.74 | - |
| YUV | 102.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 126 | 0.79 | 0 | 0.07 | 0.47 | 174.91 | 0.65 | 0.32 |
| Hex | 1D | 87 | 7E | 4F | 0 | 7 | 2F | AF | 41 | 20 |
| Octal | 35 | 207 | 176 | 117 | 0 | 7 | 57 | 257 | 101 | 40 |
| Binary | 11101 | 10000111 | 1111110 | 1001111 | 0 | 111 | 101111 | 10101111 | 1000001 | 100000 |
Color Harmonies of #1D877E
Complementary color
Monochromatic Colors of #1D877E
Black with #1D877E
Text Example
Text Example
White with #1D877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D877E; }
p { color: rgb(29,135,126); }
H1.HeaderClassName
{
color: #1D877E;
}
.AnyTagClassName
{
color: #1D877E;
}
</style>
background-color css
<style>
a { background-color: #1D877E; }
a { background-color: rgb(29,135,126); }
div.DivClassName
{
background-color: #1D877E;
}
.BgClassName
{
background-color: #1D877E;
}
</style>
border-color css
<style>
span { border-color: #1D877E; }
span { border-color: rgb(29,135,126); }
td.TdClassName
{
border-color: #1D877E;
}
.TagClassName
{
border-color: #1D877E;
}
</style>