Shades of Salem #1E8B40
Tints of Salem #1E8B40
RGB
CMYK
RGB Variations
Color information
#1E8B40 (or 0x1E8B40) is known color: Salem. HEX triplet: 1E, 8B and 40. RGB value is (30,139,64). Sum of RGB (Red+Green+Blue) = 30+139+64=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #1E8B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8B40 is #E174BF. Grayscale: #626262. Windows color (decimal): -14775488 or 4229918. OLE color: 4229918.
HSL color Cylindrical-coordinate representation of color #1E8B40: hue angle of 138.72º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8B40 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 139 | 64 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.45 |
| HSL | 138.72º | 0.64% | 0.33% | - |
| HSV(B) | 138.72º | 0.78% | 0.55% | - |
| XYZ | 10.69 | 19.11 | 7.98 | - |
| YUV | 97.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 64 | 0.78 | 0 | 0.54 | 0.45 | 138.72 | 0.64 | 0.33 |
| Hex | 1E | 8B | 40 | 4E | 0 | 36 | 2D | 8B | 40 | 21 |
| Octal | 36 | 213 | 100 | 116 | 0 | 66 | 55 | 213 | 100 | 41 |
| Binary | 11110 | 10001011 | 1000000 | 1001110 | 0 | 110110 | 101101 | 10001011 | 1000000 | 100001 |
Color Harmonies of #1E8B40
Complementary color
Monochromatic Colors of #1E8B40
Black with #1E8B40
Text Example
Text Example
White with #1E8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8B40; }
p { color: rgb(30,139,64); }
H1.HeaderClassName
{
color: #1E8B40;
}
.AnyTagClassName
{
color: #1E8B40;
}
</style>
background-color css
<style>
a { background-color: #1E8B40; }
a { background-color: rgb(30,139,64); }
div.DivClassName
{
background-color: #1E8B40;
}
.BgClassName
{
background-color: #1E8B40;
}
</style>
border-color css
<style>
span { border-color: #1E8B40; }
span { border-color: rgb(30,139,64); }
td.TdClassName
{
border-color: #1E8B40;
}
.TagClassName
{
border-color: #1E8B40;
}
</style>