Shades of Elm #1E847B
Tints of Elm #1E847B
RGB
CMYK
RGB Variations
Color information
#1E847B (or 0x1E847B) is known color: Elm. HEX triplet: 1E, 84 and 7B. RGB value is (30,132,123). Sum of RGB (Red+Green+Blue) = 30+132+123=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #1E847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E847B is #E17B84. Grayscale: #646464. Windows color (decimal): -14777221 or 8094750. OLE color: 8094750.
HSL color Cylindrical-coordinate representation of color #1E847B: hue angle of 174.71º 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 #1E847B is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 123 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.48 |
| HSL | 174.71º | 0.63% | 0.32% | - |
| HSV(B) | 174.71º | 0.77% | 0.52% | - |
| XYZ | 12.36 | 18.21 | 21.6 | - |
| YUV | 100.48 | 140.71 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 123 | 0.77 | 0 | 0.07 | 0.48 | 174.71 | 0.63 | 0.32 |
| Hex | 1E | 84 | 7B | 4D | 0 | 7 | 30 | AF | 3F | 20 |
| Octal | 36 | 204 | 173 | 115 | 0 | 7 | 60 | 257 | 77 | 40 |
| Binary | 11110 | 10000100 | 1111011 | 1001101 | 0 | 111 | 110000 | 10101111 | 111111 | 100000 |
Color Harmonies of #1E847B
Complementary color
Monochromatic Colors of #1E847B
Black with #1E847B
Text Example
Text Example
White with #1E847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E847B; }
p { color: rgb(30,132,123); }
H1.HeaderClassName
{
color: #1E847B;
}
.AnyTagClassName
{
color: #1E847B;
}
</style>
background-color css
<style>
a { background-color: #1E847B; }
a { background-color: rgb(30,132,123); }
div.DivClassName
{
background-color: #1E847B;
}
.BgClassName
{
background-color: #1E847B;
}
</style>
border-color css
<style>
span { border-color: #1E847B; }
span { border-color: rgb(30,132,123); }
td.TdClassName
{
border-color: #1E847B;
}
.TagClassName
{
border-color: #1E847B;
}
</style>