Shades of Elm #1D877B
Tints of Elm #1D877B
RGB
CMYK
RGB Variations
Color information
#1D877B (or 0x1D877B) is known color: Elm. HEX triplet: 1D, 87 and 7B. RGB value is (29,135,123). Sum of RGB (Red+Green+Blue) = 29+135+123=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #1D877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D877B is #E27884. Grayscale: #656565. Windows color (decimal): -14841989 or 8095517. OLE color: 8095517.
HSL color Cylindrical-coordinate representation of color #1D877B: hue angle of 173.21º 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 #1D877B is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 123 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.47 |
| HSL | 173.21º | 0.65% | 0.32% | - |
| HSV(B) | 173.21º | 0.79% | 0.53% | - |
| XYZ | 12.75 | 19.02 | 21.74 | - |
| YUV | 101.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 123 | 0.79 | 0 | 0.09 | 0.47 | 173.21 | 0.65 | 0.32 |
| Hex | 1D | 87 | 7B | 4F | 0 | 9 | 2F | AD | 41 | 20 |
| Octal | 35 | 207 | 173 | 117 | 0 | 11 | 57 | 255 | 101 | 40 |
| Binary | 11101 | 10000111 | 1111011 | 1001111 | 0 | 1001 | 101111 | 10101101 | 1000001 | 100000 |
Color Harmonies of #1D877B
Complementary color
Monochromatic Colors of #1D877B
Black with #1D877B
Text Example
Text Example
White with #1D877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D877B; }
p { color: rgb(29,135,123); }
H1.HeaderClassName
{
color: #1D877B;
}
.AnyTagClassName
{
color: #1D877B;
}
</style>
background-color css
<style>
a { background-color: #1D877B; }
a { background-color: rgb(29,135,123); }
div.DivClassName
{
background-color: #1D877B;
}
.BgClassName
{
background-color: #1D877B;
}
</style>
border-color css
<style>
span { border-color: #1D877B; }
span { border-color: rgb(29,135,123); }
td.TdClassName
{
border-color: #1D877B;
}
.TagClassName
{
border-color: #1D877B;
}
</style>