Shades of Salem #1E7E47
Tints of Salem #1E7E47
RGB
CMYK
RGB Variations
Color information
#1E7E47 (or 0x1E7E47) is known color: Salem. HEX triplet: 1E, 7E and 47. RGB value is (30,126,71). Sum of RGB (Red+Green+Blue) = 30+126+71=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 126 (49.61% from 255 or 55.51% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7E47 is #E181B8. Grayscale: #5B5B5B. Windows color (decimal): -14778809 or 4685342. OLE color: 4685342.
HSL color Cylindrical-coordinate representation of color #1E7E47: hue angle of 145.62º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E47 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 71 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.51 |
| HSL | 145.63º | 0.62% | 0.31% | - |
| HSV(B) | 145.63º | 0.76% | 0.49% | - |
| XYZ | 9.13 | 15.65 | 8.5 | - |
| YUV | 91.03 | 116.7 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 71 | 0.76 | 0 | 0.44 | 0.51 | 145.63 | 0.62 | 0.31 |
| Hex | 1E | 7E | 47 | 4C | 0 | 2C | 33 | 92 | 3E | 1F |
| Octal | 36 | 176 | 107 | 114 | 0 | 54 | 63 | 222 | 76 | 37 |
| Binary | 11110 | 1111110 | 1000111 | 1001100 | 0 | 101100 | 110011 | 10010010 | 111110 | 11111 |
Color Harmonies of #1E7E47
Complementary color
Monochromatic Colors of #1E7E47
Black with #1E7E47
Text Example
Text Example
White with #1E7E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E47; }
p { color: rgb(30,126,71); }
H1.HeaderClassName
{
color: #1E7E47;
}
.AnyTagClassName
{
color: #1E7E47;
}
</style>
background-color css
<style>
a { background-color: #1E7E47; }
a { background-color: rgb(30,126,71); }
div.DivClassName
{
background-color: #1E7E47;
}
.BgClassName
{
background-color: #1E7E47;
}
</style>
border-color css
<style>
span { border-color: #1E7E47; }
span { border-color: rgb(30,126,71); }
td.TdClassName
{
border-color: #1E7E47;
}
.TagClassName
{
border-color: #1E7E47;
}
</style>