Shades of Elm #1E887C
Tints of Elm #1E887C
RGB
CMYK
RGB Variations
Color information
#1E887C (or 0x1E887C) is known color: Elm. HEX triplet: 1E, 88 and 7C. RGB value is (30,136,124). Sum of RGB (Red+Green+Blue) = 30+136+124=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #1E887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E887C is #E17783. Grayscale: #666666. Windows color (decimal): -14776196 or 8161310. OLE color: 8161310.
HSL color Cylindrical-coordinate representation of color #1E887C: hue angle of 173.21º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E887C is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 124 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.47 |
| HSL | 173.21º | 0.64% | 0.33% | - |
| HSV(B) | 173.21º | 0.78% | 0.53% | - |
| XYZ | 12.98 | 19.34 | 22.12 | - |
| YUV | 102.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 124 | 0.78 | 0 | 0.09 | 0.47 | 173.21 | 0.64 | 0.33 |
| Hex | 1E | 88 | 7C | 4E | 0 | 9 | 2F | AD | 40 | 21 |
| Octal | 36 | 210 | 174 | 116 | 0 | 11 | 57 | 255 | 100 | 41 |
| Binary | 11110 | 10001000 | 1111100 | 1001110 | 0 | 1001 | 101111 | 10101101 | 1000000 | 100001 |
Color Harmonies of #1E887C
Complementary color
Monochromatic Colors of #1E887C
Black with #1E887C
Text Example
Text Example
White with #1E887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E887C; }
p { color: rgb(30,136,124); }
H1.HeaderClassName
{
color: #1E887C;
}
.AnyTagClassName
{
color: #1E887C;
}
</style>
background-color css
<style>
a { background-color: #1E887C; }
a { background-color: rgb(30,136,124); }
div.DivClassName
{
background-color: #1E887C;
}
.BgClassName
{
background-color: #1E887C;
}
</style>
border-color css
<style>
span { border-color: #1E887C; }
span { border-color: rgb(30,136,124); }
td.TdClassName
{
border-color: #1E887C;
}
.TagClassName
{
border-color: #1E887C;
}
</style>