Shades of Salem #1E8445
Tints of Salem #1E8445
RGB
CMYK
RGB Variations
Color information
#1E8445 (or 0x1E8445) is known color: Salem. HEX triplet: 1E, 84 and 45. RGB value is (30,132,69). Sum of RGB (Red+Green+Blue) = 30+132+69=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #1E8445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8445 is #E17BBA. Grayscale: #5E5E5E. Windows color (decimal): -14777275 or 4555806. OLE color: 4555806.
HSL color Cylindrical-coordinate representation of color #1E8445: hue angle of 142.94º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8445 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 69 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.48 |
| HSL | 142.94º | 0.63% | 0.32% | - |
| HSV(B) | 142.94º | 0.77% | 0.52% | - |
| XYZ | 9.86 | 17.21 | 8.43 | - |
| YUV | 94.32 | 113.71 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 69 | 0.77 | 0 | 0.48 | 0.48 | 142.94 | 0.63 | 0.32 |
| Hex | 1E | 84 | 45 | 4D | 0 | 30 | 30 | 8F | 3F | 20 |
| Octal | 36 | 204 | 105 | 115 | 0 | 60 | 60 | 217 | 77 | 40 |
| Binary | 11110 | 10000100 | 1000101 | 1001101 | 0 | 110000 | 110000 | 10001111 | 111111 | 100000 |
Color Harmonies of #1E8445
Complementary color
Monochromatic Colors of #1E8445
Black with #1E8445
Text Example
Text Example
White with #1E8445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8445; }
p { color: rgb(30,132,69); }
H1.HeaderClassName
{
color: #1E8445;
}
.AnyTagClassName
{
color: #1E8445;
}
</style>
background-color css
<style>
a { background-color: #1E8445; }
a { background-color: rgb(30,132,69); }
div.DivClassName
{
background-color: #1E8445;
}
.BgClassName
{
background-color: #1E8445;
}
</style>
border-color css
<style>
span { border-color: #1E8445; }
span { border-color: rgb(30,132,69); }
td.TdClassName
{
border-color: #1E8445;
}
.TagClassName
{
border-color: #1E8445;
}
</style>