Shades of Elm #1E7A6E
Tints of Elm #1E7A6E
RGB
CMYK
RGB Variations
Color information
#1E7A6E (or 0x1E7A6E) is known color: Elm. HEX triplet: 1E, 7A and 6E. RGB value is (30,122,110). Sum of RGB (Red+Green+Blue) = 30+122+110=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A6E is #E18591. Grayscale: #5D5D5D. Windows color (decimal): -14779794 or 7240222. OLE color: 7240222.
HSL color Cylindrical-coordinate representation of color #1E7A6E: hue angle of 172.17º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7A6E is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 122 | 110 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.52 |
| HSL | 172.17º | 0.61% | 0.3% | - |
| HSV(B) | 172.17º | 0.75% | 0.48% | - |
| XYZ | 10.31 | 15.32 | 17.17 | - |
| YUV | 93.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 110 | 0.75 | 0 | 0.10 | 0.52 | 172.17 | 0.61 | 0.3 |
| Hex | 1E | 7A | 6E | 4B | 0 | A | 34 | AC | 3D | 1E |
| Octal | 36 | 172 | 156 | 113 | 0 | 12 | 64 | 254 | 75 | 36 |
| Binary | 11110 | 1111010 | 1101110 | 1001011 | 0 | 1010 | 110100 | 10101100 | 111101 | 11110 |
Color Harmonies of #1E7A6E
Complementary color
Monochromatic Colors of #1E7A6E
Black with #1E7A6E
Text Example
Text Example
White with #1E7A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A6E; }
p { color: rgb(30,122,110); }
H1.HeaderClassName
{
color: #1E7A6E;
}
.AnyTagClassName
{
color: #1E7A6E;
}
</style>
background-color css
<style>
a { background-color: #1E7A6E; }
a { background-color: rgb(30,122,110); }
div.DivClassName
{
background-color: #1E7A6E;
}
.BgClassName
{
background-color: #1E7A6E;
}
</style>
border-color css
<style>
span { border-color: #1E7A6E; }
span { border-color: rgb(30,122,110); }
td.TdClassName
{
border-color: #1E7A6E;
}
.TagClassName
{
border-color: #1E7A6E;
}
</style>