Shades of Elm #1D7876
Tints of Elm #1D7876
RGB
CMYK
RGB Variations
Color information
#1D7876 (or 0x1D7876) is known color: Elm. HEX triplet: 1D, 78 and 76. RGB value is (29,120,118). Sum of RGB (Red+Green+Blue) = 29+120+118=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7876 is #E28789. Grayscale: #5C5C5C. Windows color (decimal): -14845834 or 7763997. OLE color: 7763997.
HSL color Cylindrical-coordinate representation of color #1D7876: hue angle of 178.68º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7876 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 118 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.53 |
| HSL | 178.68º | 0.61% | 0.29% | - |
| HSV(B) | 178.68º | 0.76% | 0.47% | - |
| XYZ | 10.49 | 15 | 19.48 | - |
| YUV | 92.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 118 | 0.76 | 0 | 0.02 | 0.53 | 178.68 | 0.61 | 0.29 |
| Hex | 1D | 78 | 76 | 4C | 0 | 2 | 35 | B3 | 3D | 1D |
| Octal | 35 | 170 | 166 | 114 | 0 | 2 | 65 | 263 | 75 | 35 |
| Binary | 11101 | 1111000 | 1110110 | 1001100 | 0 | 10 | 110101 | 10110011 | 111101 | 11101 |
Color Harmonies of #1D7876
Complementary color
Monochromatic Colors of #1D7876
Black with #1D7876
Text Example
Text Example
White with #1D7876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7876; }
p { color: rgb(29,120,118); }
H1.HeaderClassName
{
color: #1D7876;
}
.AnyTagClassName
{
color: #1D7876;
}
</style>
background-color css
<style>
a { background-color: #1D7876; }
a { background-color: rgb(29,120,118); }
div.DivClassName
{
background-color: #1D7876;
}
.BgClassName
{
background-color: #1D7876;
}
</style>
border-color css
<style>
span { border-color: #1D7876; }
span { border-color: rgb(29,120,118); }
td.TdClassName
{
border-color: #1D7876;
}
.TagClassName
{
border-color: #1D7876;
}
</style>