Shades of Salem #1E8859
Tints of Salem #1E8859
RGB
CMYK
RGB Variations
Color information
#1E8859 (or 0x1E8859) is known color: Salem. HEX triplet: 1E, 88 and 59. RGB value is (30,136,89). Sum of RGB (Red+Green+Blue) = 30+136+89=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #1E8859 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8859 is #E177A6. Grayscale: #636363. Windows color (decimal): -14776231 or 5867550. OLE color: 5867550.
HSL color Cylindrical-coordinate representation of color #1E8859: hue angle of 153.4º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8859 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 89 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.47 |
| HSL | 153.4º | 0.64% | 0.33% | - |
| HSV(B) | 153.4º | 0.78% | 0.53% | - |
| XYZ | 11.14 | 18.61 | 12.46 | - |
| YUV | 98.95 | 122.38 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 89 | 0.78 | 0 | 0.35 | 0.47 | 153.4 | 0.64 | 0.33 |
| Hex | 1E | 88 | 59 | 4E | 0 | 23 | 2F | 99 | 40 | 21 |
| Octal | 36 | 210 | 131 | 116 | 0 | 43 | 57 | 231 | 100 | 41 |
| Binary | 11110 | 10001000 | 1011001 | 1001110 | 0 | 100011 | 101111 | 10011001 | 1000000 | 100001 |
Color Harmonies of #1E8859
Complementary color
Monochromatic Colors of #1E8859
Black with #1E8859
Text Example
Text Example
White with #1E8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8859; }
p { color: rgb(30,136,89); }
H1.HeaderClassName
{
color: #1E8859;
}
.AnyTagClassName
{
color: #1E8859;
}
</style>
background-color css
<style>
a { background-color: #1E8859; }
a { background-color: rgb(30,136,89); }
div.DivClassName
{
background-color: #1E8859;
}
.BgClassName
{
background-color: #1E8859;
}
</style>
border-color css
<style>
span { border-color: #1E8859; }
span { border-color: rgb(30,136,89); }
td.TdClassName
{
border-color: #1E8859;
}
.TagClassName
{
border-color: #1E8859;
}
</style>