Shades of Elm #1D726E
Tints of Elm #1D726E
RGB
CMYK
RGB Variations
Color information
#1D726E (or 0x1D726E) is known color: Elm. HEX triplet: 1D, 72 and 6E. RGB value is (29,114,110). Sum of RGB (Red+Green+Blue) = 29+114+110=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #1D726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D726E is #E28D91. Grayscale: #585858. Windows color (decimal): -14847378 or 7238173. OLE color: 7238173.
HSL color Cylindrical-coordinate representation of color #1D726E: hue angle of 177.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D726E is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 114 | 110 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.55 |
| HSL | 177.18º | 0.59% | 0.28% | - |
| HSV(B) | 177.18º | 0.75% | 0.45% | - |
| XYZ | 9.34 | 13.42 | 16.85 | - |
| YUV | 88.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 110 | 0.75 | 0 | 0.04 | 0.55 | 177.18 | 0.59 | 0.28 |
| Hex | 1D | 72 | 6E | 4B | 0 | 4 | 37 | B1 | 3B | 1C |
| Octal | 35 | 162 | 156 | 113 | 0 | 4 | 67 | 261 | 73 | 34 |
| Binary | 11101 | 1110010 | 1101110 | 1001011 | 0 | 100 | 110111 | 10110001 | 111011 | 11100 |
Color Harmonies of #1D726E
Complementary color
Monochromatic Colors of #1D726E
Black with #1D726E
Text Example
Text Example
White with #1D726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D726E; }
p { color: rgb(29,114,110); }
H1.HeaderClassName
{
color: #1D726E;
}
.AnyTagClassName
{
color: #1D726E;
}
</style>
background-color css
<style>
a { background-color: #1D726E; }
a { background-color: rgb(29,114,110); }
div.DivClassName
{
background-color: #1D726E;
}
.BgClassName
{
background-color: #1D726E;
}
</style>
border-color css
<style>
span { border-color: #1D726E; }
span { border-color: rgb(29,114,110); }
td.TdClassName
{
border-color: #1D726E;
}
.TagClassName
{
border-color: #1D726E;
}
</style>