Shades of Salem #1E8259
Tints of Salem #1E8259
RGB
CMYK
RGB Variations
Color information
#1E8259 (or 0x1E8259) is known color: Salem. HEX triplet: 1E, 82 and 59. RGB value is (30,130,89). Sum of RGB (Red+Green+Blue) = 30+130+89=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8259 is #E17DA6. Grayscale: #5F5F5F. Windows color (decimal): -14777767 or 5866014. OLE color: 5866014.
HSL color Cylindrical-coordinate representation of color #1E8259: hue angle of 155.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8259 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 89 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.49 |
| HSL | 155.4º | 0.63% | 0.31% | - |
| HSV(B) | 155.4º | 0.77% | 0.51% | - |
| XYZ | 10.32 | 16.96 | 12.18 | - |
| YUV | 95.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 89 | 0.77 | 0 | 0.32 | 0.49 | 155.4 | 0.63 | 0.31 |
| Hex | 1E | 82 | 59 | 4D | 0 | 20 | 31 | 9B | 3E | 1F |
| Octal | 36 | 202 | 131 | 115 | 0 | 40 | 61 | 233 | 76 | 37 |
| Binary | 11110 | 10000010 | 1011001 | 1001101 | 0 | 100000 | 110001 | 10011011 | 111110 | 11111 |
Color Harmonies of #1E8259
Complementary color
Monochromatic Colors of #1E8259
Black with #1E8259
Text Example
Text Example
White with #1E8259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8259; }
p { color: rgb(30,130,89); }
H1.HeaderClassName
{
color: #1E8259;
}
.AnyTagClassName
{
color: #1E8259;
}
</style>
background-color css
<style>
a { background-color: #1E8259; }
a { background-color: rgb(30,130,89); }
div.DivClassName
{
background-color: #1E8259;
}
.BgClassName
{
background-color: #1E8259;
}
</style>
border-color css
<style>
span { border-color: #1E8259; }
span { border-color: rgb(30,130,89); }
td.TdClassName
{
border-color: #1E8259;
}
.TagClassName
{
border-color: #1E8259;
}
</style>