Shades of Salem #1E8144
Tints of Salem #1E8144
RGB
CMYK
RGB Variations
Color information
#1E8144 (or 0x1E8144) is known color: Salem. HEX triplet: 1E, 81 and 44. RGB value is (30,129,68). Sum of RGB (Red+Green+Blue) = 30+129+68=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #1E8144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8144 is #E17EBB. Grayscale: #5C5C5C. Windows color (decimal): -14778044 or 4489502. OLE color: 4489502.
HSL color Cylindrical-coordinate representation of color #1E8144: hue angle of 143.03º 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 #1E8144 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 68 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.49 |
| HSL | 143.03º | 0.62% | 0.31% | - |
| HSV(B) | 143.03º | 0.77% | 0.51% | - |
| XYZ | 9.43 | 16.39 | 8.14 | - |
| YUV | 92.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 68 | 0.77 | 0 | 0.47 | 0.49 | 143.03 | 0.62 | 0.31 |
| Hex | 1E | 81 | 44 | 4D | 0 | 2F | 31 | 8F | 3E | 1F |
| Octal | 36 | 201 | 104 | 115 | 0 | 57 | 61 | 217 | 76 | 37 |
| Binary | 11110 | 10000001 | 1000100 | 1001101 | 0 | 101111 | 110001 | 10001111 | 111110 | 11111 |
Color Harmonies of #1E8144
Complementary color
Monochromatic Colors of #1E8144
Black with #1E8144
Text Example
Text Example
White with #1E8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8144; }
p { color: rgb(30,129,68); }
H1.HeaderClassName
{
color: #1E8144;
}
.AnyTagClassName
{
color: #1E8144;
}
</style>
background-color css
<style>
a { background-color: #1E8144; }
a { background-color: rgb(30,129,68); }
div.DivClassName
{
background-color: #1E8144;
}
.BgClassName
{
background-color: #1E8144;
}
</style>
border-color css
<style>
span { border-color: #1E8144; }
span { border-color: rgb(30,129,68); }
td.TdClassName
{
border-color: #1E8144;
}
.TagClassName
{
border-color: #1E8144;
}
</style>