Shades of Elm #1D7872
Tints of Elm #1D7872
RGB
CMYK
RGB Variations
Color information
#1D7872 (or 0x1D7872) is known color: Elm. HEX triplet: 1D, 78 and 72. RGB value is (29,120,114). Sum of RGB (Red+Green+Blue) = 29+120+114=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7872 is #E2878D. Grayscale: #5C5C5C. Windows color (decimal): -14845838 or 7501853. OLE color: 7501853.
HSL color Cylindrical-coordinate representation of color #1D7872: hue angle of 176.04º 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 #1D7872 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 114 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.53 |
| HSL | 176.04º | 0.61% | 0.29% | - |
| HSV(B) | 176.04º | 0.76% | 0.47% | - |
| XYZ | 10.26 | 14.91 | 18.26 | - |
| YUV | 92.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 114 | 0.76 | 0 | 0.05 | 0.53 | 176.04 | 0.61 | 0.29 |
| Hex | 1D | 78 | 72 | 4C | 0 | 5 | 35 | B0 | 3D | 1D |
| Octal | 35 | 170 | 162 | 114 | 0 | 5 | 65 | 260 | 75 | 35 |
| Binary | 11101 | 1111000 | 1110010 | 1001100 | 0 | 101 | 110101 | 10110000 | 111101 | 11101 |
Color Harmonies of #1D7872
Complementary color
Monochromatic Colors of #1D7872
Black with #1D7872
Text Example
Text Example
White with #1D7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7872; }
p { color: rgb(29,120,114); }
H1.HeaderClassName
{
color: #1D7872;
}
.AnyTagClassName
{
color: #1D7872;
}
</style>
background-color css
<style>
a { background-color: #1D7872; }
a { background-color: rgb(29,120,114); }
div.DivClassName
{
background-color: #1D7872;
}
.BgClassName
{
background-color: #1D7872;
}
</style>
border-color css
<style>
span { border-color: #1D7872; }
span { border-color: rgb(29,120,114); }
td.TdClassName
{
border-color: #1D7872;
}
.TagClassName
{
border-color: #1D7872;
}
</style>