Shades of Salem #1E8651
Tints of Salem #1E8651
RGB
CMYK
RGB Variations
Color information
#1E8651 (or 0x1E8651) is known color: Salem. HEX triplet: 1E, 86 and 51. RGB value is (30,134,81). Sum of RGB (Red+Green+Blue) = 30+134+81=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #1E8651 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8651 is #E179AE. Grayscale: #606060. Windows color (decimal): -14776751 or 5342750. OLE color: 5342750.
HSL color Cylindrical-coordinate representation of color #1E8651: hue angle of 149.42º 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 #1E8651 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 81 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.47 |
| HSL | 149.42º | 0.63% | 0.32% | - |
| HSV(B) | 149.42º | 0.78% | 0.53% | - |
| XYZ | 10.55 | 17.92 | 10.69 | - |
| YUV | 96.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 81 | 0.78 | 0 | 0.40 | 0.47 | 149.42 | 0.63 | 0.32 |
| Hex | 1E | 86 | 51 | 4E | 0 | 28 | 2F | 95 | 3F | 20 |
| Octal | 36 | 206 | 121 | 116 | 0 | 50 | 57 | 225 | 77 | 40 |
| Binary | 11110 | 10000110 | 1010001 | 1001110 | 0 | 101000 | 101111 | 10010101 | 111111 | 100000 |
Color Harmonies of #1E8651
Complementary color
Monochromatic Colors of #1E8651
Black with #1E8651
Text Example
Text Example
White with #1E8651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8651; }
p { color: rgb(30,134,81); }
H1.HeaderClassName
{
color: #1E8651;
}
.AnyTagClassName
{
color: #1E8651;
}
</style>
background-color css
<style>
a { background-color: #1E8651; }
a { background-color: rgb(30,134,81); }
div.DivClassName
{
background-color: #1E8651;
}
.BgClassName
{
background-color: #1E8651;
}
</style>
border-color css
<style>
span { border-color: #1E8651; }
span { border-color: rgb(30,134,81); }
td.TdClassName
{
border-color: #1E8651;
}
.TagClassName
{
border-color: #1E8651;
}
</style>