Shades of Elm #1E8179
Tints of Elm #1E8179
RGB
CMYK
RGB Variations
Color information
#1E8179 (or 0x1E8179) is known color: Elm. HEX triplet: 1E, 81 and 79. RGB value is (30,129,121). Sum of RGB (Red+Green+Blue) = 30+129+121=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #1E8179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8179 is #E17E86. Grayscale: #626262. Windows color (decimal): -14777991 or 7962910. OLE color: 7962910.
HSL color Cylindrical-coordinate representation of color #1E8179: hue angle of 175.15º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8179 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 121 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.49 |
| HSL | 175.15º | 0.62% | 0.31% | - |
| HSV(B) | 175.15º | 0.77% | 0.51% | - |
| XYZ | 11.84 | 17.36 | 20.82 | - |
| YUV | 98.49 | 140.7 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 121 | 0.77 | 0 | 0.06 | 0.49 | 175.15 | 0.62 | 0.31 |
| Hex | 1E | 81 | 79 | 4D | 0 | 6 | 31 | AF | 3E | 1F |
| Octal | 36 | 201 | 171 | 115 | 0 | 6 | 61 | 257 | 76 | 37 |
| Binary | 11110 | 10000001 | 1111001 | 1001101 | 0 | 110 | 110001 | 10101111 | 111110 | 11111 |
Color Harmonies of #1E8179
Complementary color
Monochromatic Colors of #1E8179
Black with #1E8179
Text Example
Text Example
White with #1E8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8179; }
p { color: rgb(30,129,121); }
H1.HeaderClassName
{
color: #1E8179;
}
.AnyTagClassName
{
color: #1E8179;
}
</style>
background-color css
<style>
a { background-color: #1E8179; }
a { background-color: rgb(30,129,121); }
div.DivClassName
{
background-color: #1E8179;
}
.BgClassName
{
background-color: #1E8179;
}
</style>
border-color css
<style>
span { border-color: #1E8179; }
span { border-color: rgb(30,129,121); }
td.TdClassName
{
border-color: #1E8179;
}
.TagClassName
{
border-color: #1E8179;
}
</style>