Shades of Elm #1D6E70
Tints of Elm #1D6E70
RGB
CMYK
RGB Variations
Color information
#1D6E70 (or 0x1D6E70) is known color: Elm. HEX triplet: 1D, 6E and 70. RGB value is (29,110,112). Sum of RGB (Red+Green+Blue) = 29+110+112=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D6E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6E70 is #E2918F. Grayscale: #555555. Windows color (decimal): -14848400 or 7368221. OLE color: 7368221.
HSL color Cylindrical-coordinate representation of color #1D6E70: hue angle of 181.45º 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 #1D6E70 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 110 | 112 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.56 |
| HSL | 181.45º | 0.59% | 0.28% | - |
| HSV(B) | 181.45º | 0.74% | 0.44% | - |
| XYZ | 9.01 | 12.58 | 17.28 | - |
| YUV | 86.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 112 | 0.74 | 0.02 | 0 | 0.56 | 181.45 | 0.59 | 0.28 |
| Hex | 1D | 6E | 70 | 4A | 2 | 0 | 38 | B5 | 3B | 1C |
| Octal | 35 | 156 | 160 | 112 | 2 | 0 | 70 | 265 | 73 | 34 |
| Binary | 11101 | 1101110 | 1110000 | 1001010 | 10 | 0 | 111000 | 10110101 | 111011 | 11100 |
Color Harmonies of #1D6E70
Complementary color
Monochromatic Colors of #1D6E70
Black with #1D6E70
Text Example
Text Example
White with #1D6E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6E70; }
p { color: rgb(29,110,112); }
H1.HeaderClassName
{
color: #1D6E70;
}
.AnyTagClassName
{
color: #1D6E70;
}
</style>
background-color css
<style>
a { background-color: #1D6E70; }
a { background-color: rgb(29,110,112); }
div.DivClassName
{
background-color: #1D6E70;
}
.BgClassName
{
background-color: #1D6E70;
}
</style>
border-color css
<style>
span { border-color: #1D6E70; }
span { border-color: rgb(29,110,112); }
td.TdClassName
{
border-color: #1D6E70;
}
.TagClassName
{
border-color: #1D6E70;
}
</style>