Shades of Elm #1E8780
Tints of Elm #1E8780
RGB
CMYK
RGB Variations
Color information
#1E8780 (or 0x1E8780) is known color: Elm. HEX triplet: 1E, 87 and 80. RGB value is (30,135,128). Sum of RGB (Red+Green+Blue) = 30+135+128=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #1E8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8780 is #E1787F. Grayscale: #666666. Windows color (decimal): -14776448 or 8423198. OLE color: 8423198.
HSL color Cylindrical-coordinate representation of color #1E8780: hue angle of 176º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8780 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 135 | 128 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.47 |
| HSL | 176º | 0.64% | 0.32% | - |
| HSV(B) | 176º | 0.78% | 0.53% | - |
| XYZ | 13.1 | 19.16 | 23.43 | - |
| YUV | 102.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 128 | 0.78 | 0 | 0.05 | 0.47 | 176 | 0.64 | 0.32 |
| Hex | 1E | 87 | 80 | 4E | 0 | 5 | 2F | B0 | 40 | 20 |
| Octal | 36 | 207 | 200 | 116 | 0 | 5 | 57 | 260 | 100 | 40 |
| Binary | 11110 | 10000111 | 10000000 | 1001110 | 0 | 101 | 101111 | 10110000 | 1000000 | 100000 |
Color Harmonies of #1E8780
Complementary color
Monochromatic Colors of #1E8780
Black with #1E8780
Text Example
Text Example
White with #1E8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8780; }
p { color: rgb(30,135,128); }
H1.HeaderClassName
{
color: #1E8780;
}
.AnyTagClassName
{
color: #1E8780;
}
</style>
background-color css
<style>
a { background-color: #1E8780; }
a { background-color: rgb(30,135,128); }
div.DivClassName
{
background-color: #1E8780;
}
.BgClassName
{
background-color: #1E8780;
}
</style>
border-color css
<style>
span { border-color: #1E8780; }
span { border-color: rgb(30,135,128); }
td.TdClassName
{
border-color: #1E8780;
}
.TagClassName
{
border-color: #1E8780;
}
</style>