Shades of Salem #1E8047
Tints of Salem #1E8047
RGB
CMYK
RGB Variations
Color information
#1E8047 (or 0x1E8047) is known color: Salem. HEX triplet: 1E, 80 and 47. RGB value is (30,128,71). Sum of RGB (Red+Green+Blue) = 30+128+71=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8047 is #E17FB8. Grayscale: #5C5C5C. Windows color (decimal): -14778297 or 4685854. OLE color: 4685854.
HSL color Cylindrical-coordinate representation of color #1E8047: hue angle of 145.1º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8047 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 71 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.50 |
| HSL | 145.1º | 0.62% | 0.31% | - |
| HSV(B) | 145.1º | 0.77% | 0.5% | - |
| XYZ | 9.39 | 16.17 | 8.59 | - |
| YUV | 92.2 | 116.03 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 71 | 0.77 | 0 | 0.45 | 0.50 | 145.1 | 0.62 | 0.31 |
| Hex | 1E | 80 | 47 | 4D | 0 | 2D | 32 | 91 | 3E | 1F |
| Octal | 36 | 200 | 107 | 115 | 0 | 55 | 62 | 221 | 76 | 37 |
| Binary | 11110 | 10000000 | 1000111 | 1001101 | 0 | 101101 | 110010 | 10010001 | 111110 | 11111 |
Color Harmonies of #1E8047
Complementary color
Monochromatic Colors of #1E8047
Black with #1E8047
Text Example
Text Example
White with #1E8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8047; }
p { color: rgb(30,128,71); }
H1.HeaderClassName
{
color: #1E8047;
}
.AnyTagClassName
{
color: #1E8047;
}
</style>
background-color css
<style>
a { background-color: #1E8047; }
a { background-color: rgb(30,128,71); }
div.DivClassName
{
background-color: #1E8047;
}
.BgClassName
{
background-color: #1E8047;
}
</style>
border-color css
<style>
span { border-color: #1E8047; }
span { border-color: rgb(30,128,71); }
td.TdClassName
{
border-color: #1E8047;
}
.TagClassName
{
border-color: #1E8047;
}
</style>