Shades of Salem #1E7D5A
Tints of Salem #1E7D5A
RGB
CMYK
RGB Variations
Color information
#1E7D5A (or 0x1E7D5A) is known color: Salem. HEX triplet: 1E, 7D and 5A. RGB value is (30,125,90). Sum of RGB (Red+Green+Blue) = 30+125+90=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #1E7D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7D5A is #E182A5. Grayscale: #5C5C5C. Windows color (decimal): -14779046 or 5930270. OLE color: 5930270.
HSL color Cylindrical-coordinate representation of color #1E7D5A: hue angle of 157.89º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7D5A is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 125 | 90 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.51 |
| HSL | 157.89º | 0.61% | 0.3% | - |
| HSV(B) | 157.89º | 0.76% | 0.49% | - |
| XYZ | 9.71 | 15.68 | 12.19 | - |
| YUV | 92.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 125 | 90 | 0.76 | 0 | 0.28 | 0.51 | 157.89 | 0.61 | 0.3 |
| Hex | 1E | 7D | 5A | 4C | 0 | 1C | 33 | 9E | 3D | 1E |
| Octal | 36 | 175 | 132 | 114 | 0 | 34 | 63 | 236 | 75 | 36 |
| Binary | 11110 | 1111101 | 1011010 | 1001100 | 0 | 11100 | 110011 | 10011110 | 111101 | 11110 |
Color Harmonies of #1E7D5A
Complementary color
Monochromatic Colors of #1E7D5A
Black with #1E7D5A
Text Example
Text Example
White with #1E7D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7D5A; }
p { color: rgb(30,125,90); }
H1.HeaderClassName
{
color: #1E7D5A;
}
.AnyTagClassName
{
color: #1E7D5A;
}
</style>
background-color css
<style>
a { background-color: #1E7D5A; }
a { background-color: rgb(30,125,90); }
div.DivClassName
{
background-color: #1E7D5A;
}
.BgClassName
{
background-color: #1E7D5A;
}
</style>
border-color css
<style>
span { border-color: #1E7D5A; }
span { border-color: rgb(30,125,90); }
td.TdClassName
{
border-color: #1E7D5A;
}
.TagClassName
{
border-color: #1E7D5A;
}
</style>