Shades of Elm #1D786E
Tints of Elm #1D786E
RGB
CMYK
RGB Variations
Color information
#1D786E (or 0x1D786E) is known color: Elm. HEX triplet: 1D, 78 and 6E. RGB value is (29,120,110). Sum of RGB (Red+Green+Blue) = 29+120+110=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #1D786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D786E is #E28791. Grayscale: #5B5B5B. Windows color (decimal): -14845842 or 7239709. OLE color: 7239709.
HSL color Cylindrical-coordinate representation of color #1D786E: hue angle of 173.41º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D786E is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 110 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.53 |
| HSL | 173.41º | 0.61% | 0.29% | - |
| HSV(B) | 173.41º | 0.76% | 0.47% | - |
| XYZ | 10.04 | 14.82 | 17.08 | - |
| YUV | 91.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 110 | 0.76 | 0 | 0.08 | 0.53 | 173.41 | 0.61 | 0.29 |
| Hex | 1D | 78 | 6E | 4C | 0 | 8 | 35 | AD | 3D | 1D |
| Octal | 35 | 170 | 156 | 114 | 0 | 10 | 65 | 255 | 75 | 35 |
| Binary | 11101 | 1111000 | 1101110 | 1001100 | 0 | 1000 | 110101 | 10101101 | 111101 | 11101 |
Color Harmonies of #1D786E
Complementary color
Monochromatic Colors of #1D786E
Black with #1D786E
Text Example
Text Example
White with #1D786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D786E; }
p { color: rgb(29,120,110); }
H1.HeaderClassName
{
color: #1D786E;
}
.AnyTagClassName
{
color: #1D786E;
}
</style>
background-color css
<style>
a { background-color: #1D786E; }
a { background-color: rgb(29,120,110); }
div.DivClassName
{
background-color: #1D786E;
}
.BgClassName
{
background-color: #1D786E;
}
</style>
border-color css
<style>
span { border-color: #1D786E; }
span { border-color: rgb(29,120,110); }
td.TdClassName
{
border-color: #1D786E;
}
.TagClassName
{
border-color: #1D786E;
}
</style>