Shades of Elm #1E706D
Tints of Elm #1E706D
RGB
CMYK
RGB Variations
Color information
#1E706D (or 0x1E706D) is known color: Elm. HEX triplet: 1E, 70 and 6D. RGB value is (30,112,109). Sum of RGB (Red+Green+Blue) = 30+112+109=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #1E706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E706D is #E18F92. Grayscale: #575757. Windows color (decimal): -14782355 or 7172126. OLE color: 7172126.
HSL color Cylindrical-coordinate representation of color #1E706D: hue angle of 177.8º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E706D is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 112 | 109 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.56 |
| HSL | 177.8º | 0.58% | 0.28% | - |
| HSV(B) | 177.8º | 0.73% | 0.44% | - |
| XYZ | 9.09 | 12.97 | 16.49 | - |
| YUV | 87.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 112 | 109 | 0.73 | 0 | 0.03 | 0.56 | 177.8 | 0.58 | 0.28 |
| Hex | 1E | 70 | 6D | 49 | 0 | 3 | 38 | B2 | 3A | 1C |
| Octal | 36 | 160 | 155 | 111 | 0 | 3 | 70 | 262 | 72 | 34 |
| Binary | 11110 | 1110000 | 1101101 | 1001001 | 0 | 11 | 111000 | 10110010 | 111010 | 11100 |
Color Harmonies of #1E706D
Complementary color
Monochromatic Colors of #1E706D
Black with #1E706D
Text Example
Text Example
White with #1E706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E706D; }
p { color: rgb(30,112,109); }
H1.HeaderClassName
{
color: #1E706D;
}
.AnyTagClassName
{
color: #1E706D;
}
</style>
background-color css
<style>
a { background-color: #1E706D; }
a { background-color: rgb(30,112,109); }
div.DivClassName
{
background-color: #1E706D;
}
.BgClassName
{
background-color: #1E706D;
}
</style>
border-color css
<style>
span { border-color: #1E706D; }
span { border-color: rgb(30,112,109); }
td.TdClassName
{
border-color: #1E706D;
}
.TagClassName
{
border-color: #1E706D;
}
</style>