Shades of Salem #1E8A40
Tints of Salem #1E8A40
RGB
CMYK
RGB Variations
Color information
#1E8A40 (or 0x1E8A40) is known color: Salem. HEX triplet: 1E, 8A and 40. RGB value is (30,138,64). Sum of RGB (Red+Green+Blue) = 30+138+64=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #1E8A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8A40 is #E175BF. Grayscale: #616161. Windows color (decimal): -14775744 or 4229662. OLE color: 4229662.
HSL color Cylindrical-coordinate representation of color #1E8A40: hue angle of 138.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8A40 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 138 | 64 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.46 |
| HSL | 138.89º | 0.64% | 0.33% | - |
| HSV(B) | 138.89º | 0.78% | 0.54% | - |
| XYZ | 10.55 | 18.82 | 7.93 | - |
| YUV | 97.27 | 109.22 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 64 | 0.78 | 0 | 0.54 | 0.46 | 138.89 | 0.64 | 0.33 |
| Hex | 1E | 8A | 40 | 4E | 0 | 36 | 2E | 8B | 40 | 21 |
| Octal | 36 | 212 | 100 | 116 | 0 | 66 | 56 | 213 | 100 | 41 |
| Binary | 11110 | 10001010 | 1000000 | 1001110 | 0 | 110110 | 101110 | 10001011 | 1000000 | 100001 |
Color Harmonies of #1E8A40
Complementary color
Monochromatic Colors of #1E8A40
Black with #1E8A40
Text Example
Text Example
White with #1E8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8A40; }
p { color: rgb(30,138,64); }
H1.HeaderClassName
{
color: #1E8A40;
}
.AnyTagClassName
{
color: #1E8A40;
}
</style>
background-color css
<style>
a { background-color: #1E8A40; }
a { background-color: rgb(30,138,64); }
div.DivClassName
{
background-color: #1E8A40;
}
.BgClassName
{
background-color: #1E8A40;
}
</style>
border-color css
<style>
span { border-color: #1E8A40; }
span { border-color: rgb(30,138,64); }
td.TdClassName
{
border-color: #1E8A40;
}
.TagClassName
{
border-color: #1E8A40;
}
</style>