Shades of Elm #1D8479
Tints of Elm #1D8479
RGB
CMYK
RGB Variations
Color information
#1D8479 (or 0x1D8479) is known color: Elm. HEX triplet: 1D, 84 and 79. RGB value is (29,132,121). Sum of RGB (Red+Green+Blue) = 29+132+121=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8479 is #E27B86. Grayscale: #636363. Windows color (decimal): -14842759 or 7963677. OLE color: 7963677.
HSL color Cylindrical-coordinate representation of color #1D8479: hue angle of 173.59º 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 #1D8479 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 121 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.48 |
| HSL | 173.59º | 0.64% | 0.32% | - |
| HSV(B) | 173.59º | 0.78% | 0.52% | - |
| XYZ | 12.21 | 18.14 | 20.95 | - |
| YUV | 99.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 121 | 0.78 | 0 | 0.08 | 0.48 | 173.59 | 0.64 | 0.32 |
| Hex | 1D | 84 | 79 | 4E | 0 | 8 | 30 | AE | 40 | 20 |
| Octal | 35 | 204 | 171 | 116 | 0 | 10 | 60 | 256 | 100 | 40 |
| Binary | 11101 | 10000100 | 1111001 | 1001110 | 0 | 1000 | 110000 | 10101110 | 1000000 | 100000 |
Color Harmonies of #1D8479
Complementary color
Monochromatic Colors of #1D8479
Black with #1D8479
Text Example
Text Example
White with #1D8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8479; }
p { color: rgb(29,132,121); }
H1.HeaderClassName
{
color: #1D8479;
}
.AnyTagClassName
{
color: #1D8479;
}
</style>
background-color css
<style>
a { background-color: #1D8479; }
a { background-color: rgb(29,132,121); }
div.DivClassName
{
background-color: #1D8479;
}
.BgClassName
{
background-color: #1D8479;
}
</style>
border-color css
<style>
span { border-color: #1D8479; }
span { border-color: rgb(29,132,121); }
td.TdClassName
{
border-color: #1D8479;
}
.TagClassName
{
border-color: #1D8479;
}
</style>