Shades of Salem #1E8247
Tints of Salem #1E8247
RGB
CMYK
RGB Variations
Color information
#1E8247 (or 0x1E8247) is known color: Salem. HEX triplet: 1E, 82 and 47. RGB value is (30,130,71). Sum of RGB (Red+Green+Blue) = 30+130+71=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8247 is #E17DB8. Grayscale: #5D5D5D. Windows color (decimal): -14777785 or 4686366. OLE color: 4686366.
HSL color Cylindrical-coordinate representation of color #1E8247: hue angle of 144.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8247 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 71 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.49 |
| HSL | 144.6º | 0.63% | 0.31% | - |
| HSV(B) | 144.6º | 0.77% | 0.51% | - |
| XYZ | 9.66 | 16.7 | 8.68 | - |
| YUV | 93.37 | 115.37 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 71 | 0.77 | 0 | 0.45 | 0.49 | 144.6 | 0.63 | 0.31 |
| Hex | 1E | 82 | 47 | 4D | 0 | 2D | 31 | 91 | 3E | 1F |
| Octal | 36 | 202 | 107 | 115 | 0 | 55 | 61 | 221 | 76 | 37 |
| Binary | 11110 | 10000010 | 1000111 | 1001101 | 0 | 101101 | 110001 | 10010001 | 111110 | 11111 |
Color Harmonies of #1E8247
Complementary color
Monochromatic Colors of #1E8247
Black with #1E8247
Text Example
Text Example
White with #1E8247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8247; }
p { color: rgb(30,130,71); }
H1.HeaderClassName
{
color: #1E8247;
}
.AnyTagClassName
{
color: #1E8247;
}
</style>
background-color css
<style>
a { background-color: #1E8247; }
a { background-color: rgb(30,130,71); }
div.DivClassName
{
background-color: #1E8247;
}
.BgClassName
{
background-color: #1E8247;
}
</style>
border-color css
<style>
span { border-color: #1E8247; }
span { border-color: rgb(30,130,71); }
td.TdClassName
{
border-color: #1E8247;
}
.TagClassName
{
border-color: #1E8247;
}
</style>