Shades of Elm #1E807F
Tints of Elm #1E807F
RGB
CMYK
RGB Variations
Color information
#1E807F (or 0x1E807F) is known color: Elm. HEX triplet: 1E, 80 and 7F. RGB value is (30,128,127). Sum of RGB (Red+Green+Blue) = 30+128+127=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #1E807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E807F is #E17F80. Grayscale: #626262. Windows color (decimal): -14778241 or 8355870. OLE color: 8355870.
HSL color Cylindrical-coordinate representation of color #1E807F: hue angle of 179.39º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E807F is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 127 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.50 |
| HSL | 179.39º | 0.62% | 0.31% | - |
| HSV(B) | 179.39º | 0.77% | 0.5% | - |
| XYZ | 12.09 | 17.25 | 22.77 | - |
| YUV | 98.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 127 | 0.77 | 0 | 0.01 | 0.50 | 179.39 | 0.62 | 0.31 |
| Hex | 1E | 80 | 7F | 4D | 0 | 1 | 32 | B3 | 3E | 1F |
| Octal | 36 | 200 | 177 | 115 | 0 | 1 | 62 | 263 | 76 | 37 |
| Binary | 11110 | 10000000 | 1111111 | 1001101 | 0 | 1 | 110010 | 10110011 | 111110 | 11111 |
Color Harmonies of #1E807F
Complementary color
Monochromatic Colors of #1E807F
Black with #1E807F
Text Example
Text Example
White with #1E807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E807F; }
p { color: rgb(30,128,127); }
H1.HeaderClassName
{
color: #1E807F;
}
.AnyTagClassName
{
color: #1E807F;
}
</style>
background-color css
<style>
a { background-color: #1E807F; }
a { background-color: rgb(30,128,127); }
div.DivClassName
{
background-color: #1E807F;
}
.BgClassName
{
background-color: #1E807F;
}
</style>
border-color css
<style>
span { border-color: #1E807F; }
span { border-color: rgb(30,128,127); }
td.TdClassName
{
border-color: #1E807F;
}
.TagClassName
{
border-color: #1E807F;
}
</style>