Shades of Elm #1E847F
Tints of Elm #1E847F
RGB
CMYK
RGB Variations
Color information
#1E847F (or 0x1E847F) is known color: Elm. HEX triplet: 1E, 84 and 7F. RGB value is (30,132,127). Sum of RGB (Red+Green+Blue) = 30+132+127=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #1E847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E847F is #E17B80. Grayscale: #646464. Windows color (decimal): -14777217 or 8356894. OLE color: 8356894.
HSL color Cylindrical-coordinate representation of color #1E847F: hue angle of 177.06º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E847F is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 127 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.48 |
| HSL | 177.06º | 0.63% | 0.32% | - |
| HSV(B) | 177.06º | 0.77% | 0.52% | - |
| XYZ | 12.62 | 18.31 | 22.95 | - |
| YUV | 100.93 | 142.71 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 127 | 0.77 | 0 | 0.04 | 0.48 | 177.06 | 0.63 | 0.32 |
| Hex | 1E | 84 | 7F | 4D | 0 | 4 | 30 | B1 | 3F | 20 |
| Octal | 36 | 204 | 177 | 115 | 0 | 4 | 60 | 261 | 77 | 40 |
| Binary | 11110 | 10000100 | 1111111 | 1001101 | 0 | 100 | 110000 | 10110001 | 111111 | 100000 |
Color Harmonies of #1E847F
Complementary color
Monochromatic Colors of #1E847F
Black with #1E847F
Text Example
Text Example
White with #1E847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E847F; }
p { color: rgb(30,132,127); }
H1.HeaderClassName
{
color: #1E847F;
}
.AnyTagClassName
{
color: #1E847F;
}
</style>
background-color css
<style>
a { background-color: #1E847F; }
a { background-color: rgb(30,132,127); }
div.DivClassName
{
background-color: #1E847F;
}
.BgClassName
{
background-color: #1E847F;
}
</style>
border-color css
<style>
span { border-color: #1E847F; }
span { border-color: rgb(30,132,127); }
td.TdClassName
{
border-color: #1E847F;
}
.TagClassName
{
border-color: #1E847F;
}
</style>