Shades of Salem #1E8045
Tints of Salem #1E8045
RGB
CMYK
RGB Variations
Color information
#1E8045 (or 0x1E8045) is known color: Salem. HEX triplet: 1E, 80 and 45. RGB value is (30,128,69). Sum of RGB (Red+Green+Blue) = 30+128+69=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8045 is #E17FBA. Grayscale: #5C5C5C. Windows color (decimal): -14778299 or 4554782. OLE color: 4554782.
HSL color Cylindrical-coordinate representation of color #1E8045: hue angle of 143.88º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8045 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 69 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.50 |
| HSL | 143.88º | 0.62% | 0.31% | - |
| HSV(B) | 143.88º | 0.77% | 0.5% | - |
| XYZ | 9.33 | 16.14 | 8.25 | - |
| YUV | 91.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 69 | 0.77 | 0 | 0.46 | 0.50 | 143.88 | 0.62 | 0.31 |
| Hex | 1E | 80 | 45 | 4D | 0 | 2E | 32 | 90 | 3E | 1F |
| Octal | 36 | 200 | 105 | 115 | 0 | 56 | 62 | 220 | 76 | 37 |
| Binary | 11110 | 10000000 | 1000101 | 1001101 | 0 | 101110 | 110010 | 10010000 | 111110 | 11111 |
Color Harmonies of #1E8045
Complementary color
Monochromatic Colors of #1E8045
Black with #1E8045
Text Example
Text Example
White with #1E8045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8045; }
p { color: rgb(30,128,69); }
H1.HeaderClassName
{
color: #1E8045;
}
.AnyTagClassName
{
color: #1E8045;
}
</style>
background-color css
<style>
a { background-color: #1E8045; }
a { background-color: rgb(30,128,69); }
div.DivClassName
{
background-color: #1E8045;
}
.BgClassName
{
background-color: #1E8045;
}
</style>
border-color css
<style>
span { border-color: #1E8045; }
span { border-color: rgb(30,128,69); }
td.TdClassName
{
border-color: #1E8045;
}
.TagClassName
{
border-color: #1E8045;
}
</style>