Shades of Salem #1E8753
Tints of Salem #1E8753
RGB
CMYK
RGB Variations
Color information
#1E8753 (or 0x1E8753) is known color: Salem. HEX triplet: 1E, 87 and 53. RGB value is (30,135,83). Sum of RGB (Red+Green+Blue) = 30+135+83=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #1E8753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8753 is #E178AC. Grayscale: #616161. Windows color (decimal): -14776493 or 5474078. OLE color: 5474078.
HSL color Cylindrical-coordinate representation of color #1E8753: hue angle of 150.29º degrees, saturation: 0.64, 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 #1E8753 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 135 | 83 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.47 |
| HSL | 150.29º | 0.64% | 0.32% | - |
| HSV(B) | 150.29º | 0.78% | 0.53% | - |
| XYZ | 10.76 | 18.23 | 11.13 | - |
| YUV | 97.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 83 | 0.78 | 0 | 0.39 | 0.47 | 150.29 | 0.64 | 0.32 |
| Hex | 1E | 87 | 53 | 4E | 0 | 27 | 2F | 96 | 40 | 20 |
| Octal | 36 | 207 | 123 | 116 | 0 | 47 | 57 | 226 | 100 | 40 |
| Binary | 11110 | 10000111 | 1010011 | 1001110 | 0 | 100111 | 101111 | 10010110 | 1000000 | 100000 |
Color Harmonies of #1E8753
Complementary color
Monochromatic Colors of #1E8753
Black with #1E8753
Text Example
Text Example
White with #1E8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8753; }
p { color: rgb(30,135,83); }
H1.HeaderClassName
{
color: #1E8753;
}
.AnyTagClassName
{
color: #1E8753;
}
</style>
background-color css
<style>
a { background-color: #1E8753; }
a { background-color: rgb(30,135,83); }
div.DivClassName
{
background-color: #1E8753;
}
.BgClassName
{
background-color: #1E8753;
}
</style>
border-color css
<style>
span { border-color: #1E8753; }
span { border-color: rgb(30,135,83); }
td.TdClassName
{
border-color: #1E8753;
}
.TagClassName
{
border-color: #1E8753;
}
</style>