Shades of Elm #1E7072
Tints of Elm #1E7072
RGB
CMYK
RGB Variations
Color information
#1E7072 (or 0x1E7072) is known color: Elm. HEX triplet: 1E, 70 and 72. RGB value is (30,112,114). Sum of RGB (Red+Green+Blue) = 30+112+114=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E7072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7072 is #E18F8D. Grayscale: #575757. Windows color (decimal): -14782350 or 7499806. OLE color: 7499806.
HSL color Cylindrical-coordinate representation of color #1E7072: hue angle of 181.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7072 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 112 | 114 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.55 |
| HSL | 181.43º | 0.58% | 0.28% | - |
| HSV(B) | 181.43º | 0.74% | 0.45% | - |
| XYZ | 9.37 | 13.08 | 17.95 | - |
| YUV | 87.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 112 | 114 | 0.74 | 0.02 | 0 | 0.55 | 181.43 | 0.58 | 0.28 |
| Hex | 1E | 70 | 72 | 4A | 2 | 0 | 37 | B5 | 3A | 1C |
| Octal | 36 | 160 | 162 | 112 | 2 | 0 | 67 | 265 | 72 | 34 |
| Binary | 11110 | 1110000 | 1110010 | 1001010 | 10 | 0 | 110111 | 10110101 | 111010 | 11100 |
Color Harmonies of #1E7072
Complementary color
Monochromatic Colors of #1E7072
Black with #1E7072
Text Example
Text Example
White with #1E7072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7072; }
p { color: rgb(30,112,114); }
H1.HeaderClassName
{
color: #1E7072;
}
.AnyTagClassName
{
color: #1E7072;
}
</style>
background-color css
<style>
a { background-color: #1E7072; }
a { background-color: rgb(30,112,114); }
div.DivClassName
{
background-color: #1E7072;
}
.BgClassName
{
background-color: #1E7072;
}
</style>
border-color css
<style>
span { border-color: #1E7072; }
span { border-color: rgb(30,112,114); }
td.TdClassName
{
border-color: #1E7072;
}
.TagClassName
{
border-color: #1E7072;
}
</style>