Shades of Elm #1D716D
Tints of Elm #1D716D
RGB
CMYK
RGB Variations
Color information
#1D716D (or 0x1D716D) is known color: Elm. HEX triplet: 1D, 71 and 6D. RGB value is (29,113,109). Sum of RGB (Red+Green+Blue) = 29+113+109=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #1D716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D716D is #E28E92. Grayscale: #575757. Windows color (decimal): -14847635 or 7172381. OLE color: 7172381.
HSL color Cylindrical-coordinate representation of color #1D716D: hue angle of 177.14º 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 #1D716D is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 109 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.56 |
| HSL | 177.14º | 0.59% | 0.28% | - |
| HSV(B) | 177.14º | 0.74% | 0.44% | - |
| XYZ | 9.17 | 13.18 | 16.53 | - |
| YUV | 87.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 109 | 0.74 | 0 | 0.04 | 0.56 | 177.14 | 0.59 | 0.28 |
| Hex | 1D | 71 | 6D | 4A | 0 | 4 | 38 | B1 | 3B | 1C |
| Octal | 35 | 161 | 155 | 112 | 0 | 4 | 70 | 261 | 73 | 34 |
| Binary | 11101 | 1110001 | 1101101 | 1001010 | 0 | 100 | 111000 | 10110001 | 111011 | 11100 |
Color Harmonies of #1D716D
Complementary color
Monochromatic Colors of #1D716D
Black with #1D716D
Text Example
Text Example
White with #1D716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D716D; }
p { color: rgb(29,113,109); }
H1.HeaderClassName
{
color: #1D716D;
}
.AnyTagClassName
{
color: #1D716D;
}
</style>
background-color css
<style>
a { background-color: #1D716D; }
a { background-color: rgb(29,113,109); }
div.DivClassName
{
background-color: #1D716D;
}
.BgClassName
{
background-color: #1D716D;
}
</style>
border-color css
<style>
span { border-color: #1D716D; }
span { border-color: rgb(29,113,109); }
td.TdClassName
{
border-color: #1D716D;
}
.TagClassName
{
border-color: #1D716D;
}
</style>