Shades of Elm #1E7370
Tints of Elm #1E7370
RGB
CMYK
RGB Variations
Color information
#1E7370 (or 0x1E7370) is known color: Elm. HEX triplet: 1E, 73 and 70. RGB value is (30,115,112). Sum of RGB (Red+Green+Blue) = 30+115+112=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7370 is #E18C8F. Grayscale: #595959. Windows color (decimal): -14781584 or 7369502. OLE color: 7369502.
HSL color Cylindrical-coordinate representation of color #1E7370: hue angle of 177.88º degrees, saturation: 0.59, 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 #1E7370 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 112 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.55 |
| HSL | 177.88º | 0.59% | 0.28% | - |
| HSV(B) | 177.88º | 0.74% | 0.45% | - |
| XYZ | 9.59 | 13.71 | 17.47 | - |
| YUV | 89.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 112 | 0.74 | 0 | 0.03 | 0.55 | 177.88 | 0.59 | 0.28 |
| Hex | 1E | 73 | 70 | 4A | 0 | 3 | 37 | B2 | 3B | 1C |
| Octal | 36 | 163 | 160 | 112 | 0 | 3 | 67 | 262 | 73 | 34 |
| Binary | 11110 | 1110011 | 1110000 | 1001010 | 0 | 11 | 110111 | 10110010 | 111011 | 11100 |
Color Harmonies of #1E7370
Complementary color
Monochromatic Colors of #1E7370
Black with #1E7370
Text Example
Text Example
White with #1E7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7370; }
p { color: rgb(30,115,112); }
H1.HeaderClassName
{
color: #1E7370;
}
.AnyTagClassName
{
color: #1E7370;
}
</style>
background-color css
<style>
a { background-color: #1E7370; }
a { background-color: rgb(30,115,112); }
div.DivClassName
{
background-color: #1E7370;
}
.BgClassName
{
background-color: #1E7370;
}
</style>
border-color css
<style>
span { border-color: #1E7370; }
span { border-color: rgb(30,115,112); }
td.TdClassName
{
border-color: #1E7370;
}
.TagClassName
{
border-color: #1E7370;
}
</style>