Shades of Salem #1E8853
Tints of Salem #1E8853
RGB
CMYK
RGB Variations
Color information
#1E8853 (or 0x1E8853) is known color: Salem. HEX triplet: 1E, 88 and 53. RGB value is (30,136,83). Sum of RGB (Red+Green+Blue) = 30+136+83=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #1E8853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8853 is #E177AC. Grayscale: #626262. Windows color (decimal): -14776237 or 5474334. OLE color: 5474334.
HSL color Cylindrical-coordinate representation of color #1E8853: hue angle of 150º 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 #1E8853 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 83 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.47 |
| HSL | 150º | 0.64% | 0.33% | - |
| HSV(B) | 150º | 0.78% | 0.53% | - |
| XYZ | 10.9 | 18.51 | 11.18 | - |
| YUV | 98.26 | 119.38 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 83 | 0.78 | 0 | 0.39 | 0.47 | 150 | 0.64 | 0.33 |
| Hex | 1E | 88 | 53 | 4E | 0 | 27 | 2F | 96 | 40 | 21 |
| Octal | 36 | 210 | 123 | 116 | 0 | 47 | 57 | 226 | 100 | 41 |
| Binary | 11110 | 10001000 | 1010011 | 1001110 | 0 | 100111 | 101111 | 10010110 | 1000000 | 100001 |
Color Harmonies of #1E8853
Complementary color
Monochromatic Colors of #1E8853
Black with #1E8853
Text Example
Text Example
White with #1E8853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8853; }
p { color: rgb(30,136,83); }
H1.HeaderClassName
{
color: #1E8853;
}
.AnyTagClassName
{
color: #1E8853;
}
</style>
background-color css
<style>
a { background-color: #1E8853; }
a { background-color: rgb(30,136,83); }
div.DivClassName
{
background-color: #1E8853;
}
.BgClassName
{
background-color: #1E8853;
}
</style>
border-color css
<style>
span { border-color: #1E8853; }
span { border-color: rgb(30,136,83); }
td.TdClassName
{
border-color: #1E8853;
}
.TagClassName
{
border-color: #1E8853;
}
</style>