Shades of Elm #1E8781
Tints of Elm #1E8781
RGB
CMYK
RGB Variations
Color information
#1E8781 (or 0x1E8781) is known color: Elm. HEX triplet: 1E, 87 and 81. RGB value is (30,135,129). Sum of RGB (Red+Green+Blue) = 30+135+129=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #1E8781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8781 is #E1787E. Grayscale: #666666. Windows color (decimal): -14776447 or 8488734. OLE color: 8488734.
HSL color Cylindrical-coordinate representation of color #1E8781: hue angle of 176.57º 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 #1E8781 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 135 | 129 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.47 |
| HSL | 176.57º | 0.64% | 0.32% | - |
| HSV(B) | 176.57º | 0.78% | 0.53% | - |
| XYZ | 13.16 | 19.19 | 23.78 | - |
| YUV | 102.92 | 142.71 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 129 | 0.78 | 0 | 0.04 | 0.47 | 176.57 | 0.64 | 0.32 |
| Hex | 1E | 87 | 81 | 4E | 0 | 4 | 2F | B1 | 40 | 20 |
| Octal | 36 | 207 | 201 | 116 | 0 | 4 | 57 | 261 | 100 | 40 |
| Binary | 11110 | 10000111 | 10000001 | 1001110 | 0 | 100 | 101111 | 10110001 | 1000000 | 100000 |
Color Harmonies of #1E8781
Complementary color
Monochromatic Colors of #1E8781
Black with #1E8781
Text Example
Text Example
White with #1E8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8781; }
p { color: rgb(30,135,129); }
H1.HeaderClassName
{
color: #1E8781;
}
.AnyTagClassName
{
color: #1E8781;
}
</style>
background-color css
<style>
a { background-color: #1E8781; }
a { background-color: rgb(30,135,129); }
div.DivClassName
{
background-color: #1E8781;
}
.BgClassName
{
background-color: #1E8781;
}
</style>
border-color css
<style>
span { border-color: #1E8781; }
span { border-color: rgb(30,135,129); }
td.TdClassName
{
border-color: #1E8781;
}
.TagClassName
{
border-color: #1E8781;
}
</style>