Shades of Elm #1D756F
Tints of Elm #1D756F
RGB
CMYK
RGB Variations
Color information
#1D756F (or 0x1D756F) is known color: Elm. HEX triplet: 1D, 75 and 6F. RGB value is (29,117,111). Sum of RGB (Red+Green+Blue) = 29+117+111=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #1D756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D756F is #E28A90. Grayscale: #595959. Windows color (decimal): -14846609 or 7304477. OLE color: 7304477.
HSL color Cylindrical-coordinate representation of color #1D756F: hue angle of 175.91º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D756F is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 111 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.54 |
| HSL | 175.91º | 0.6% | 0.29% | - |
| HSV(B) | 175.91º | 0.75% | 0.46% | - |
| XYZ | 9.74 | 14.13 | 17.25 | - |
| YUV | 90 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 111 | 0.75 | 0 | 0.05 | 0.54 | 175.91 | 0.6 | 0.29 |
| Hex | 1D | 75 | 6F | 4B | 0 | 5 | 36 | B0 | 3C | 1D |
| Octal | 35 | 165 | 157 | 113 | 0 | 5 | 66 | 260 | 74 | 35 |
| Binary | 11101 | 1110101 | 1101111 | 1001011 | 0 | 101 | 110110 | 10110000 | 111100 | 11101 |
Color Harmonies of #1D756F
Complementary color
Monochromatic Colors of #1D756F
Black with #1D756F
Text Example
Text Example
White with #1D756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D756F; }
p { color: rgb(29,117,111); }
H1.HeaderClassName
{
color: #1D756F;
}
.AnyTagClassName
{
color: #1D756F;
}
</style>
background-color css
<style>
a { background-color: #1D756F; }
a { background-color: rgb(29,117,111); }
div.DivClassName
{
background-color: #1D756F;
}
.BgClassName
{
background-color: #1D756F;
}
</style>
border-color css
<style>
span { border-color: #1D756F; }
span { border-color: rgb(29,117,111); }
td.TdClassName
{
border-color: #1D756F;
}
.TagClassName
{
border-color: #1D756F;
}
</style>