Shades of Salem #1E8856
Tints of Salem #1E8856
RGB
CMYK
RGB Variations
Color information
#1E8856 (or 0x1E8856) is known color: Salem. HEX triplet: 1E, 88 and 56. RGB value is (30,136,86). Sum of RGB (Red+Green+Blue) = 30+136+86=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #1E8856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8856 is #E177A9. Grayscale: #626262. Windows color (decimal): -14776234 or 5670942. OLE color: 5670942.
HSL color Cylindrical-coordinate representation of color #1E8856: hue angle of 151.7º 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 #1E8856 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 86 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.47 |
| HSL | 151.7º | 0.64% | 0.33% | - |
| HSV(B) | 151.7º | 0.78% | 0.53% | - |
| XYZ | 11.02 | 18.56 | 11.81 | - |
| YUV | 98.61 | 120.88 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 86 | 0.78 | 0 | 0.37 | 0.47 | 151.7 | 0.64 | 0.33 |
| Hex | 1E | 88 | 56 | 4E | 0 | 25 | 2F | 98 | 40 | 21 |
| Octal | 36 | 210 | 126 | 116 | 0 | 45 | 57 | 230 | 100 | 41 |
| Binary | 11110 | 10001000 | 1010110 | 1001110 | 0 | 100101 | 101111 | 10011000 | 1000000 | 100001 |
Color Harmonies of #1E8856
Complementary color
Monochromatic Colors of #1E8856
Black with #1E8856
Text Example
Text Example
White with #1E8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8856; }
p { color: rgb(30,136,86); }
H1.HeaderClassName
{
color: #1E8856;
}
.AnyTagClassName
{
color: #1E8856;
}
</style>
background-color css
<style>
a { background-color: #1E8856; }
a { background-color: rgb(30,136,86); }
div.DivClassName
{
background-color: #1E8856;
}
.BgClassName
{
background-color: #1E8856;
}
</style>
border-color css
<style>
span { border-color: #1E8856; }
span { border-color: rgb(30,136,86); }
td.TdClassName
{
border-color: #1E8856;
}
.TagClassName
{
border-color: #1E8856;
}
</style>