Shades of Elm #1D706F
Tints of Elm #1D706F
RGB
CMYK
RGB Variations
Color information
#1D706F (or 0x1D706F) is known color: Elm. HEX triplet: 1D, 70 and 6F. RGB value is (29,112,111). Sum of RGB (Red+Green+Blue) = 29+112+111=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #1D706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D706F is #E28F90. Grayscale: #565656. Windows color (decimal): -14847889 or 7303197. OLE color: 7303197.
HSL color Cylindrical-coordinate representation of color #1D706F: hue angle of 179.28º 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 #1D706F is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 111 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.56 |
| HSL | 179.28º | 0.59% | 0.28% | - |
| HSV(B) | 179.28º | 0.74% | 0.44% | - |
| XYZ | 9.17 | 13 | 17.06 | - |
| YUV | 87.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 111 | 0.74 | 0 | 0.01 | 0.56 | 179.28 | 0.59 | 0.28 |
| Hex | 1D | 70 | 6F | 4A | 0 | 1 | 38 | B3 | 3B | 1C |
| Octal | 35 | 160 | 157 | 112 | 0 | 1 | 70 | 263 | 73 | 34 |
| Binary | 11101 | 1110000 | 1101111 | 1001010 | 0 | 1 | 111000 | 10110011 | 111011 | 11100 |
Color Harmonies of #1D706F
Complementary color
Monochromatic Colors of #1D706F
Black with #1D706F
Text Example
Text Example
White with #1D706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D706F; }
p { color: rgb(29,112,111); }
H1.HeaderClassName
{
color: #1D706F;
}
.AnyTagClassName
{
color: #1D706F;
}
</style>
background-color css
<style>
a { background-color: #1D706F; }
a { background-color: rgb(29,112,111); }
div.DivClassName
{
background-color: #1D706F;
}
.BgClassName
{
background-color: #1D706F;
}
</style>
border-color css
<style>
span { border-color: #1D706F; }
span { border-color: rgb(29,112,111); }
td.TdClassName
{
border-color: #1D706F;
}
.TagClassName
{
border-color: #1D706F;
}
</style>