Shades of Salem #1E8649
Tints of Salem #1E8649
RGB
CMYK
RGB Variations
Color information
#1E8649 (or 0x1E8649) is known color: Salem. HEX triplet: 1E, 86 and 49. RGB value is (30,134,73). Sum of RGB (Red+Green+Blue) = 30+134+73=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #1E8649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8649 is #E179B6. Grayscale: #606060. Windows color (decimal): -14776759 or 4818462. OLE color: 4818462.
HSL color Cylindrical-coordinate representation of color #1E8649: hue angle of 144.81º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8649 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 73 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.47 |
| HSL | 144.81º | 0.63% | 0.32% | - |
| HSV(B) | 144.81º | 0.78% | 0.53% | - |
| XYZ | 10.26 | 17.81 | 9.2 | - |
| YUV | 95.95 | 115.04 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 73 | 0.78 | 0 | 0.46 | 0.47 | 144.81 | 0.63 | 0.32 |
| Hex | 1E | 86 | 49 | 4E | 0 | 2E | 2F | 91 | 3F | 20 |
| Octal | 36 | 206 | 111 | 116 | 0 | 56 | 57 | 221 | 77 | 40 |
| Binary | 11110 | 10000110 | 1001001 | 1001110 | 0 | 101110 | 101111 | 10010001 | 111111 | 100000 |
Color Harmonies of #1E8649
Complementary color
Monochromatic Colors of #1E8649
Black with #1E8649
Text Example
Text Example
White with #1E8649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8649; }
p { color: rgb(30,134,73); }
H1.HeaderClassName
{
color: #1E8649;
}
.AnyTagClassName
{
color: #1E8649;
}
</style>
background-color css
<style>
a { background-color: #1E8649; }
a { background-color: rgb(30,134,73); }
div.DivClassName
{
background-color: #1E8649;
}
.BgClassName
{
background-color: #1E8649;
}
</style>
border-color css
<style>
span { border-color: #1E8649; }
span { border-color: rgb(30,134,73); }
td.TdClassName
{
border-color: #1E8649;
}
.TagClassName
{
border-color: #1E8649;
}
</style>