Shades of Elm #1E7F70
Tints of Elm #1E7F70
RGB
CMYK
RGB Variations
Color information
#1E7F70 (or 0x1E7F70) is known color: Elm. HEX triplet: 1E, 7F and 70. RGB value is (30,127,112). Sum of RGB (Red+Green+Blue) = 30+127+112=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #1E7F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7F70 is #E1808F. Grayscale: #606060. Windows color (decimal): -14778512 or 7372574. OLE color: 7372574.
HSL color Cylindrical-coordinate representation of color #1E7F70: hue angle of 170.72º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7F70 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 127 | 112 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.50 |
| HSL | 170.72º | 0.62% | 0.31% | - |
| HSV(B) | 170.72º | 0.76% | 0.5% | - |
| XYZ | 11.05 | 16.62 | 17.96 | - |
| YUV | 96.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 112 | 0.76 | 0 | 0.12 | 0.50 | 170.72 | 0.62 | 0.31 |
| Hex | 1E | 7F | 70 | 4C | 0 | C | 32 | AB | 3E | 1F |
| Octal | 36 | 177 | 160 | 114 | 0 | 14 | 62 | 253 | 76 | 37 |
| Binary | 11110 | 1111111 | 1110000 | 1001100 | 0 | 1100 | 110010 | 10101011 | 111110 | 11111 |
Color Harmonies of #1E7F70
Complementary color
Monochromatic Colors of #1E7F70
Black with #1E7F70
Text Example
Text Example
White with #1E7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7F70; }
p { color: rgb(30,127,112); }
H1.HeaderClassName
{
color: #1E7F70;
}
.AnyTagClassName
{
color: #1E7F70;
}
</style>
background-color css
<style>
a { background-color: #1E7F70; }
a { background-color: rgb(30,127,112); }
div.DivClassName
{
background-color: #1E7F70;
}
.BgClassName
{
background-color: #1E7F70;
}
</style>
border-color css
<style>
span { border-color: #1E7F70; }
span { border-color: rgb(30,127,112); }
td.TdClassName
{
border-color: #1E7F70;
}
.TagClassName
{
border-color: #1E7F70;
}
</style>