Shades of Elm #1D7171
Tints of Elm #1D7171
RGB
CMYK
RGB Variations
Color information
#1D7171 (or 0x1D7171) is known color: Elm. HEX triplet: 1D, 71 and 71. RGB value is (29,113,113). Sum of RGB (Red+Green+Blue) = 29+113+113=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #1D7171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7171 is #E28E8E. Grayscale: #575757. Windows color (decimal): -14847631 or 7434525. OLE color: 7434525.
HSL color Cylindrical-coordinate representation of color #1D7171: hue angle of 180º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7171 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 113 | - |
| CMYK | 0.74 | 0 | 0 | 0.56 |
| HSL | 180º | 0.59% | 0.28% | - |
| HSV(B) | 180º | 0.74% | 0.44% | - |
| XYZ | 9.39 | 13.26 | 17.69 | - |
| YUV | 87.88 | 142.17 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 113 | 0.74 | 0 | 0 | 0.56 | 180 | 0.59 | 0.28 |
| Hex | 1D | 71 | 71 | 4A | 0 | 0 | 38 | B4 | 3B | 1C |
| Octal | 35 | 161 | 161 | 112 | 0 | 0 | 70 | 264 | 73 | 34 |
| Binary | 11101 | 1110001 | 1110001 | 1001010 | 0 | 0 | 111000 | 10110100 | 111011 | 11100 |
Color Harmonies of #1D7171
Complementary color
Monochromatic Colors of #1D7171
Black with #1D7171
Text Example
Text Example
White with #1D7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7171; }
p { color: rgb(29,113,113); }
H1.HeaderClassName
{
color: #1D7171;
}
.AnyTagClassName
{
color: #1D7171;
}
</style>
background-color css
<style>
a { background-color: #1D7171; }
a { background-color: rgb(29,113,113); }
div.DivClassName
{
background-color: #1D7171;
}
.BgClassName
{
background-color: #1D7171;
}
</style>
border-color css
<style>
span { border-color: #1D7171; }
span { border-color: rgb(29,113,113); }
td.TdClassName
{
border-color: #1D7171;
}
.TagClassName
{
border-color: #1D7171;
}
</style>