Shades of Elm #1D7971
Tints of Elm #1D7971
RGB
CMYK
RGB Variations
Color information
#1D7971 (or 0x1D7971) is known color: Elm. HEX triplet: 1D, 79 and 71. RGB value is (29,121,113). Sum of RGB (Red+Green+Blue) = 29+121+113=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7971 is #E2868E. Grayscale: #5C5C5C. Windows color (decimal): -14845583 or 7436573. OLE color: 7436573.
HSL color Cylindrical-coordinate representation of color #1D7971: hue angle of 174.78º 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 #1D7971 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 113 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.53 |
| HSL | 174.78º | 0.61% | 0.29% | - |
| HSV(B) | 174.78º | 0.76% | 0.47% | - |
| XYZ | 10.32 | 15.13 | 18 | - |
| YUV | 92.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 113 | 0.76 | 0 | 0.07 | 0.53 | 174.78 | 0.61 | 0.29 |
| Hex | 1D | 79 | 71 | 4C | 0 | 7 | 35 | AF | 3D | 1D |
| Octal | 35 | 171 | 161 | 114 | 0 | 7 | 65 | 257 | 75 | 35 |
| Binary | 11101 | 1111001 | 1110001 | 1001100 | 0 | 111 | 110101 | 10101111 | 111101 | 11101 |
Color Harmonies of #1D7971
Complementary color
Monochromatic Colors of #1D7971
Black with #1D7971
Text Example
Text Example
White with #1D7971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7971; }
p { color: rgb(29,121,113); }
H1.HeaderClassName
{
color: #1D7971;
}
.AnyTagClassName
{
color: #1D7971;
}
</style>
background-color css
<style>
a { background-color: #1D7971; }
a { background-color: rgb(29,121,113); }
div.DivClassName
{
background-color: #1D7971;
}
.BgClassName
{
background-color: #1D7971;
}
</style>
border-color css
<style>
span { border-color: #1D7971; }
span { border-color: rgb(29,121,113); }
td.TdClassName
{
border-color: #1D7971;
}
.TagClassName
{
border-color: #1D7971;
}
</style>