Shades of Elm #1D7D75
Tints of Elm #1D7D75
RGB
CMYK
RGB Variations
Color information
#1D7D75 (or 0x1D7D75) is known color: Elm. HEX triplet: 1D, 7D and 75. RGB value is (29,125,117). Sum of RGB (Red+Green+Blue) = 29+125+117=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D75 is #E2828A. Grayscale: #5F5F5F. Windows color (decimal): -14844555 or 7699741. OLE color: 7699741.
HSL color Cylindrical-coordinate representation of color #1D7D75: hue angle of 175º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D75 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 125 | 117 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.51 |
| HSL | 175º | 0.62% | 0.3% | - |
| HSV(B) | 175º | 0.77% | 0.49% | - |
| XYZ | 11.05 | 16.21 | 19.38 | - |
| YUV | 95.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 117 | 0.77 | 0 | 0.06 | 0.51 | 175 | 0.62 | 0.3 |
| Hex | 1D | 7D | 75 | 4D | 0 | 6 | 33 | AF | 3E | 1E |
| Octal | 35 | 175 | 165 | 115 | 0 | 6 | 63 | 257 | 76 | 36 |
| Binary | 11101 | 1111101 | 1110101 | 1001101 | 0 | 110 | 110011 | 10101111 | 111110 | 11110 |
Color Harmonies of #1D7D75
Complementary color
Monochromatic Colors of #1D7D75
Black with #1D7D75
Text Example
Text Example
White with #1D7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7D75; }
p { color: rgb(29,125,117); }
H1.HeaderClassName
{
color: #1D7D75;
}
.AnyTagClassName
{
color: #1D7D75;
}
</style>
background-color css
<style>
a { background-color: #1D7D75; }
a { background-color: rgb(29,125,117); }
div.DivClassName
{
background-color: #1D7D75;
}
.BgClassName
{
background-color: #1D7D75;
}
</style>
border-color css
<style>
span { border-color: #1D7D75; }
span { border-color: rgb(29,125,117); }
td.TdClassName
{
border-color: #1D7D75;
}
.TagClassName
{
border-color: #1D7D75;
}
</style>