Shades of Elm #1E807C
Tints of Elm #1E807C
RGB
CMYK
RGB Variations
Color information
#1E807C (or 0x1E807C) is known color: Elm. HEX triplet: 1E, 80 and 7C. RGB value is (30,128,124). Sum of RGB (Red+Green+Blue) = 30+128+124=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #1E807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E807C is #E17F83. Grayscale: #626262. Windows color (decimal): -14778244 or 8159262. OLE color: 8159262.
HSL color Cylindrical-coordinate representation of color #1E807C: hue angle of 177.55º 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 #1E807C is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 124 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.50 |
| HSL | 177.55º | 0.62% | 0.31% | - |
| HSV(B) | 177.55º | 0.77% | 0.5% | - |
| XYZ | 11.89 | 17.17 | 21.76 | - |
| YUV | 98.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 124 | 0.77 | 0 | 0.03 | 0.50 | 177.55 | 0.62 | 0.31 |
| Hex | 1E | 80 | 7C | 4D | 0 | 3 | 32 | B2 | 3E | 1F |
| Octal | 36 | 200 | 174 | 115 | 0 | 3 | 62 | 262 | 76 | 37 |
| Binary | 11110 | 10000000 | 1111100 | 1001101 | 0 | 11 | 110010 | 10110010 | 111110 | 11111 |
Color Harmonies of #1E807C
Complementary color
Monochromatic Colors of #1E807C
Black with #1E807C
Text Example
Text Example
White with #1E807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E807C; }
p { color: rgb(30,128,124); }
H1.HeaderClassName
{
color: #1E807C;
}
.AnyTagClassName
{
color: #1E807C;
}
</style>
background-color css
<style>
a { background-color: #1E807C; }
a { background-color: rgb(30,128,124); }
div.DivClassName
{
background-color: #1E807C;
}
.BgClassName
{
background-color: #1E807C;
}
</style>
border-color css
<style>
span { border-color: #1E807C; }
span { border-color: rgb(30,128,124); }
td.TdClassName
{
border-color: #1E807C;
}
.TagClassName
{
border-color: #1E807C;
}
</style>