Shades of Elm #1D8C7F
Tints of Elm #1D8C7F
RGB
CMYK
RGB Variations
Color information
#1D8C7F (or 0x1D8C7F) is known color: Elm. HEX triplet: 1D, 8C and 7F. RGB value is (29,140,127). Sum of RGB (Red+Green+Blue) = 29+140+127=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8C7F is #E27380. Grayscale: #696969. Windows color (decimal): -14840705 or 8358941. OLE color: 8358941.
HSL color Cylindrical-coordinate representation of color #1D8C7F: hue angle of 172.97º 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 #1D8C7F is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 127 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.45 |
| HSL | 172.97º | 0.66% | 0.33% | - |
| HSV(B) | 172.97º | 0.79% | 0.55% | - |
| XYZ | 13.72 | 20.55 | 23.32 | - |
| YUV | 105.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 127 | 0.79 | 0 | 0.09 | 0.45 | 172.97 | 0.66 | 0.33 |
| Hex | 1D | 8C | 7F | 4F | 0 | 9 | 2D | AD | 42 | 21 |
| Octal | 35 | 214 | 177 | 117 | 0 | 11 | 55 | 255 | 102 | 41 |
| Binary | 11101 | 10001100 | 1111111 | 1001111 | 0 | 1001 | 101101 | 10101101 | 1000010 | 100001 |
Color Harmonies of #1D8C7F
Complementary color
Monochromatic Colors of #1D8C7F
Black with #1D8C7F
Text Example
Text Example
White with #1D8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C7F; }
p { color: rgb(29,140,127); }
H1.HeaderClassName
{
color: #1D8C7F;
}
.AnyTagClassName
{
color: #1D8C7F;
}
</style>
background-color css
<style>
a { background-color: #1D8C7F; }
a { background-color: rgb(29,140,127); }
div.DivClassName
{
background-color: #1D8C7F;
}
.BgClassName
{
background-color: #1D8C7F;
}
</style>
border-color css
<style>
span { border-color: #1D8C7F; }
span { border-color: rgb(29,140,127); }
td.TdClassName
{
border-color: #1D8C7F;
}
.TagClassName
{
border-color: #1D8C7F;
}
</style>