Shades of Elm #1D8D82
Tints of Elm #1D8D82
RGB
CMYK
RGB Variations
Color information
#1D8D82 (or 0x1D8D82) is known color: Elm. HEX triplet: 1D, 8D and 82. RGB value is (29,141,130). Sum of RGB (Red+Green+Blue) = 29+141+130=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8D82 is #E2727D. Grayscale: #6A6A6A. Windows color (decimal): -14840446 or 8555805. OLE color: 8555805.
HSL color Cylindrical-coordinate representation of color #1D8D82: hue angle of 174.11º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8D82 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 141 | 130 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.45 |
| HSL | 174.11º | 0.66% | 0.33% | - |
| HSV(B) | 174.11º | 0.79% | 0.55% | - |
| XYZ | 14.06 | 20.92 | 24.42 | - |
| YUV | 106.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 141 | 130 | 0.79 | 0 | 0.08 | 0.45 | 174.11 | 0.66 | 0.33 |
| Hex | 1D | 8D | 82 | 4F | 0 | 8 | 2D | AE | 42 | 21 |
| Octal | 35 | 215 | 202 | 117 | 0 | 10 | 55 | 256 | 102 | 41 |
| Binary | 11101 | 10001101 | 10000010 | 1001111 | 0 | 1000 | 101101 | 10101110 | 1000010 | 100001 |
Color Harmonies of #1D8D82
Complementary color
Monochromatic Colors of #1D8D82
Black with #1D8D82
Text Example
Text Example
White with #1D8D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8D82; }
p { color: rgb(29,141,130); }
H1.HeaderClassName
{
color: #1D8D82;
}
.AnyTagClassName
{
color: #1D8D82;
}
</style>
background-color css
<style>
a { background-color: #1D8D82; }
a { background-color: rgb(29,141,130); }
div.DivClassName
{
background-color: #1D8D82;
}
.BgClassName
{
background-color: #1D8D82;
}
</style>
border-color css
<style>
span { border-color: #1D8D82; }
span { border-color: rgb(29,141,130); }
td.TdClassName
{
border-color: #1D8D82;
}
.TagClassName
{
border-color: #1D8D82;
}
</style>