Shades of Elm #1D8480
Tints of Elm #1D8480
RGB
CMYK
RGB Variations
Color information
#1D8480 (or 0x1D8480) is known color: Elm. HEX triplet: 1D, 84 and 80. RGB value is (29,132,128). Sum of RGB (Red+Green+Blue) = 29+132+128=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8480 is #E27B7F. Grayscale: #646464. Windows color (decimal): -14842752 or 8422429. OLE color: 8422429.
HSL color Cylindrical-coordinate representation of color #1D8480: hue angle of 177.67º 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 #1D8480 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 128 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.48 |
| HSL | 177.67º | 0.64% | 0.32% | - |
| HSV(B) | 177.67º | 0.78% | 0.52% | - |
| XYZ | 12.65 | 18.32 | 23.29 | - |
| YUV | 100.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 128 | 0.78 | 0 | 0.03 | 0.48 | 177.67 | 0.64 | 0.32 |
| Hex | 1D | 84 | 80 | 4E | 0 | 3 | 30 | B2 | 40 | 20 |
| Octal | 35 | 204 | 200 | 116 | 0 | 3 | 60 | 262 | 100 | 40 |
| Binary | 11101 | 10000100 | 10000000 | 1001110 | 0 | 11 | 110000 | 10110010 | 1000000 | 100000 |
Color Harmonies of #1D8480
Complementary color
Monochromatic Colors of #1D8480
Black with #1D8480
Text Example
Text Example
White with #1D8480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8480; }
p { color: rgb(29,132,128); }
H1.HeaderClassName
{
color: #1D8480;
}
.AnyTagClassName
{
color: #1D8480;
}
</style>
background-color css
<style>
a { background-color: #1D8480; }
a { background-color: rgb(29,132,128); }
div.DivClassName
{
background-color: #1D8480;
}
.BgClassName
{
background-color: #1D8480;
}
</style>
border-color css
<style>
span { border-color: #1D8480; }
span { border-color: rgb(29,132,128); }
td.TdClassName
{
border-color: #1D8480;
}
.TagClassName
{
border-color: #1D8480;
}
</style>