Shades of Elm #1E7670
Tints of Elm #1E7670
RGB
CMYK
RGB Variations
Color information
#1E7670 (or 0x1E7670) is known color: Elm. HEX triplet: 1E, 76 and 70. RGB value is (30,118,112). Sum of RGB (Red+Green+Blue) = 30+118+112=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #1E7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7670 is #E1898F. Grayscale: #5A5A5A. Windows color (decimal): -14780816 or 7370270. OLE color: 7370270.
HSL color Cylindrical-coordinate representation of color #1E7670: hue angle of 175.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7670 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 118 | 112 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.54 |
| HSL | 175.91º | 0.59% | 0.29% | - |
| HSV(B) | 175.91º | 0.75% | 0.46% | - |
| XYZ | 9.94 | 14.4 | 17.59 | - |
| YUV | 91 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 112 | 0.75 | 0 | 0.05 | 0.54 | 175.91 | 0.59 | 0.29 |
| Hex | 1E | 76 | 70 | 4B | 0 | 5 | 36 | B0 | 3B | 1D |
| Octal | 36 | 166 | 160 | 113 | 0 | 5 | 66 | 260 | 73 | 35 |
| Binary | 11110 | 1110110 | 1110000 | 1001011 | 0 | 101 | 110110 | 10110000 | 111011 | 11101 |
Color Harmonies of #1E7670
Complementary color
Monochromatic Colors of #1E7670
Black with #1E7670
Text Example
Text Example
White with #1E7670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7670; }
p { color: rgb(30,118,112); }
H1.HeaderClassName
{
color: #1E7670;
}
.AnyTagClassName
{
color: #1E7670;
}
</style>
background-color css
<style>
a { background-color: #1E7670; }
a { background-color: rgb(30,118,112); }
div.DivClassName
{
background-color: #1E7670;
}
.BgClassName
{
background-color: #1E7670;
}
</style>
border-color css
<style>
span { border-color: #1E7670; }
span { border-color: rgb(30,118,112); }
td.TdClassName
{
border-color: #1E7670;
}
.TagClassName
{
border-color: #1E7670;
}
</style>