Shades of Elm #1E8881
Tints of Elm #1E8881
RGB
CMYK
RGB Variations
Color information
#1E8881 (or 0x1E8881) is known color: Elm. HEX triplet: 1E, 88 and 81. RGB value is (30,136,129). Sum of RGB (Red+Green+Blue) = 30+136+129=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #1E8881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8881 is #E1777E. Grayscale: #676767. Windows color (decimal): -14776191 or 8488990. OLE color: 8488990.
HSL color Cylindrical-coordinate representation of color #1E8881: hue angle of 176.04º 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 #1E8881 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 129 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.47 |
| HSL | 176.04º | 0.64% | 0.33% | - |
| HSV(B) | 176.04º | 0.78% | 0.53% | - |
| XYZ | 13.3 | 19.47 | 23.83 | - |
| YUV | 103.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 129 | 0.78 | 0 | 0.05 | 0.47 | 176.04 | 0.64 | 0.33 |
| Hex | 1E | 88 | 81 | 4E | 0 | 5 | 2F | B0 | 40 | 21 |
| Octal | 36 | 210 | 201 | 116 | 0 | 5 | 57 | 260 | 100 | 41 |
| Binary | 11110 | 10001000 | 10000001 | 1001110 | 0 | 101 | 101111 | 10110000 | 1000000 | 100001 |
Color Harmonies of #1E8881
Complementary color
Monochromatic Colors of #1E8881
Black with #1E8881
Text Example
Text Example
White with #1E8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8881; }
p { color: rgb(30,136,129); }
H1.HeaderClassName
{
color: #1E8881;
}
.AnyTagClassName
{
color: #1E8881;
}
</style>
background-color css
<style>
a { background-color: #1E8881; }
a { background-color: rgb(30,136,129); }
div.DivClassName
{
background-color: #1E8881;
}
.BgClassName
{
background-color: #1E8881;
}
</style>
border-color css
<style>
span { border-color: #1E8881; }
span { border-color: rgb(30,136,129); }
td.TdClassName
{
border-color: #1E8881;
}
.TagClassName
{
border-color: #1E8881;
}
</style>