Shades of Salem #1E8446
Tints of Salem #1E8446
RGB
CMYK
RGB Variations
Color information
#1E8446 (or 0x1E8446) is known color: Salem. HEX triplet: 1E, 84 and 46. RGB value is (30,132,70). Sum of RGB (Red+Green+Blue) = 30+132+70=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #1E8446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8446 is #E17BB9. Grayscale: #5E5E5E. Windows color (decimal): -14777274 or 4621342. OLE color: 4621342.
HSL color Cylindrical-coordinate representation of color #1E8446: hue angle of 143.53º 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 #1E8446 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 70 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.48 |
| HSL | 143.53º | 0.63% | 0.32% | - |
| HSV(B) | 143.53º | 0.77% | 0.52% | - |
| XYZ | 9.89 | 17.22 | 8.6 | - |
| YUV | 94.43 | 114.21 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 70 | 0.77 | 0 | 0.47 | 0.48 | 143.53 | 0.63 | 0.32 |
| Hex | 1E | 84 | 46 | 4D | 0 | 2F | 30 | 90 | 3F | 20 |
| Octal | 36 | 204 | 106 | 115 | 0 | 57 | 60 | 220 | 77 | 40 |
| Binary | 11110 | 10000100 | 1000110 | 1001101 | 0 | 101111 | 110000 | 10010000 | 111111 | 100000 |
Color Harmonies of #1E8446
Complementary color
Monochromatic Colors of #1E8446
Black with #1E8446
Text Example
Text Example
White with #1E8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8446; }
p { color: rgb(30,132,70); }
H1.HeaderClassName
{
color: #1E8446;
}
.AnyTagClassName
{
color: #1E8446;
}
</style>
background-color css
<style>
a { background-color: #1E8446; }
a { background-color: rgb(30,132,70); }
div.DivClassName
{
background-color: #1E8446;
}
.BgClassName
{
background-color: #1E8446;
}
</style>
border-color css
<style>
span { border-color: #1E8446; }
span { border-color: rgb(30,132,70); }
td.TdClassName
{
border-color: #1E8446;
}
.TagClassName
{
border-color: #1E8446;
}
</style>