Shades of Elm #1D8C80
Tints of Elm #1D8C80
RGB
CMYK
RGB Variations
Color information
#1D8C80 (or 0x1D8C80) is known color: Elm. HEX triplet: 1D, 8C and 80. RGB value is (29,140,128). Sum of RGB (Red+Green+Blue) = 29+140+128=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8C80 is #E2737F. Grayscale: #696969. Windows color (decimal): -14840704 or 8424477. OLE color: 8424477.
HSL color Cylindrical-coordinate representation of color #1D8C80: hue angle of 173.51º 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 #1D8C80 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 128 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.45 |
| HSL | 173.51º | 0.66% | 0.33% | - |
| HSV(B) | 173.51º | 0.79% | 0.55% | - |
| XYZ | 13.78 | 20.58 | 23.67 | - |
| YUV | 105.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 128 | 0.79 | 0 | 0.09 | 0.45 | 173.51 | 0.66 | 0.33 |
| Hex | 1D | 8C | 80 | 4F | 0 | 9 | 2D | AE | 42 | 21 |
| Octal | 35 | 214 | 200 | 117 | 0 | 11 | 55 | 256 | 102 | 41 |
| Binary | 11101 | 10001100 | 10000000 | 1001111 | 0 | 1001 | 101101 | 10101110 | 1000010 | 100001 |
Color Harmonies of #1D8C80
Complementary color
Monochromatic Colors of #1D8C80
Black with #1D8C80
Text Example
Text Example
White with #1D8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C80; }
p { color: rgb(29,140,128); }
H1.HeaderClassName
{
color: #1D8C80;
}
.AnyTagClassName
{
color: #1D8C80;
}
</style>
background-color css
<style>
a { background-color: #1D8C80; }
a { background-color: rgb(29,140,128); }
div.DivClassName
{
background-color: #1D8C80;
}
.BgClassName
{
background-color: #1D8C80;
}
</style>
border-color css
<style>
span { border-color: #1D8C80; }
span { border-color: rgb(29,140,128); }
td.TdClassName
{
border-color: #1D8C80;
}
.TagClassName
{
border-color: #1D8C80;
}
</style>