Shades of Salem #1E8148
Tints of Salem #1E8148
RGB
CMYK
RGB Variations
Color information
#1E8148 (or 0x1E8148) is known color: Salem. HEX triplet: 1E, 81 and 48. RGB value is (30,129,72). Sum of RGB (Red+Green+Blue) = 30+129+72=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #1E8148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8148 is #E17EB7. Grayscale: #5D5D5D. Windows color (decimal): -14778040 or 4751646. OLE color: 4751646.
HSL color Cylindrical-coordinate representation of color #1E8148: hue angle of 145.45º 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 #1E8148 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 72 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.49 |
| HSL | 145.45º | 0.62% | 0.31% | - |
| HSV(B) | 145.45º | 0.77% | 0.51% | - |
| XYZ | 9.56 | 16.44 | 8.8 | - |
| YUV | 92.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 72 | 0.77 | 0 | 0.44 | 0.49 | 145.45 | 0.62 | 0.31 |
| Hex | 1E | 81 | 48 | 4D | 0 | 2C | 31 | 91 | 3E | 1F |
| Octal | 36 | 201 | 110 | 115 | 0 | 54 | 61 | 221 | 76 | 37 |
| Binary | 11110 | 10000001 | 1001000 | 1001101 | 0 | 101100 | 110001 | 10010001 | 111110 | 11111 |
Color Harmonies of #1E8148
Complementary color
Monochromatic Colors of #1E8148
Black with #1E8148
Text Example
Text Example
White with #1E8148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8148; }
p { color: rgb(30,129,72); }
H1.HeaderClassName
{
color: #1E8148;
}
.AnyTagClassName
{
color: #1E8148;
}
</style>
background-color css
<style>
a { background-color: #1E8148; }
a { background-color: rgb(30,129,72); }
div.DivClassName
{
background-color: #1E8148;
}
.BgClassName
{
background-color: #1E8148;
}
</style>
border-color css
<style>
span { border-color: #1E8148; }
span { border-color: rgb(30,129,72); }
td.TdClassName
{
border-color: #1E8148;
}
.TagClassName
{
border-color: #1E8148;
}
</style>