Shades of Elm #1D8476
Tints of Elm #1D8476
RGB
CMYK
RGB Variations
Color information
#1D8476 (or 0x1D8476) is known color: Elm. HEX triplet: 1D, 84 and 76. RGB value is (29,132,118). Sum of RGB (Red+Green+Blue) = 29+132+118=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8476 is #E27B89. Grayscale: #636363. Windows color (decimal): -14842762 or 7767069. OLE color: 7767069.
HSL color Cylindrical-coordinate representation of color #1D8476: hue angle of 171.84º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8476 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 118 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.48 |
| HSL | 171.84º | 0.64% | 0.32% | - |
| HSV(B) | 171.84º | 0.78% | 0.52% | - |
| XYZ | 12.03 | 18.07 | 19.99 | - |
| YUV | 99.61 | 138.38 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 118 | 0.78 | 0 | 0.11 | 0.48 | 171.84 | 0.64 | 0.32 |
| Hex | 1D | 84 | 76 | 4E | 0 | B | 30 | AC | 40 | 20 |
| Octal | 35 | 204 | 166 | 116 | 0 | 13 | 60 | 254 | 100 | 40 |
| Binary | 11101 | 10000100 | 1110110 | 1001110 | 0 | 1011 | 110000 | 10101100 | 1000000 | 100000 |
Color Harmonies of #1D8476
Complementary color
Monochromatic Colors of #1D8476
Black with #1D8476
Text Example
Text Example
White with #1D8476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8476; }
p { color: rgb(29,132,118); }
H1.HeaderClassName
{
color: #1D8476;
}
.AnyTagClassName
{
color: #1D8476;
}
</style>
background-color css
<style>
a { background-color: #1D8476; }
a { background-color: rgb(29,132,118); }
div.DivClassName
{
background-color: #1D8476;
}
.BgClassName
{
background-color: #1D8476;
}
</style>
border-color css
<style>
span { border-color: #1D8476; }
span { border-color: rgb(29,132,118); }
td.TdClassName
{
border-color: #1D8476;
}
.TagClassName
{
border-color: #1D8476;
}
</style>