Shades of Elm #1E877B
Tints of Elm #1E877B
RGB
CMYK
RGB Variations
Color information
#1E877B (or 0x1E877B) is known color: Elm. HEX triplet: 1E, 87 and 7B. RGB value is (30,135,123). Sum of RGB (Red+Green+Blue) = 30+135+123=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #1E877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E877B is #E17884. Grayscale: #666666. Windows color (decimal): -14776453 or 8095518. OLE color: 8095518.
HSL color Cylindrical-coordinate representation of color #1E877B: hue angle of 173.14º 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 #1E877B is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 135 | 123 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.47 |
| HSL | 173.14º | 0.64% | 0.32% | - |
| HSV(B) | 173.14º | 0.78% | 0.53% | - |
| XYZ | 12.77 | 19.03 | 21.74 | - |
| YUV | 102.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 123 | 0.78 | 0 | 0.09 | 0.47 | 173.14 | 0.64 | 0.32 |
| Hex | 1E | 87 | 7B | 4E | 0 | 9 | 2F | AD | 40 | 20 |
| Octal | 36 | 207 | 173 | 116 | 0 | 11 | 57 | 255 | 100 | 40 |
| Binary | 11110 | 10000111 | 1111011 | 1001110 | 0 | 1001 | 101111 | 10101101 | 1000000 | 100000 |
Color Harmonies of #1E877B
Complementary color
Monochromatic Colors of #1E877B
Black with #1E877B
Text Example
Text Example
White with #1E877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E877B; }
p { color: rgb(30,135,123); }
H1.HeaderClassName
{
color: #1E877B;
}
.AnyTagClassName
{
color: #1E877B;
}
</style>
background-color css
<style>
a { background-color: #1E877B; }
a { background-color: rgb(30,135,123); }
div.DivClassName
{
background-color: #1E877B;
}
.BgClassName
{
background-color: #1E877B;
}
</style>
border-color css
<style>
span { border-color: #1E877B; }
span { border-color: rgb(30,135,123); }
td.TdClassName
{
border-color: #1E877B;
}
.TagClassName
{
border-color: #1E877B;
}
</style>