Shades of Salem #1E7E52
Tints of Salem #1E7E52
RGB
CMYK
RGB Variations
Color information
#1E7E52 (or 0x1E7E52) is known color: Salem. HEX triplet: 1E, 7E and 52. RGB value is (30,126,82). Sum of RGB (Red+Green+Blue) = 30+126+82=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7E52 is #E181AD. Grayscale: #5C5C5C. Windows color (decimal): -14778798 or 5406238. OLE color: 5406238.
HSL color Cylindrical-coordinate representation of color #1E7E52: hue angle of 152.5º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E52 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 82 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.51 |
| HSL | 152.5º | 0.62% | 0.31% | - |
| HSV(B) | 152.5º | 0.76% | 0.49% | - |
| XYZ | 9.52 | 15.81 | 10.53 | - |
| YUV | 92.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 82 | 0.76 | 0 | 0.35 | 0.51 | 152.5 | 0.62 | 0.31 |
| Hex | 1E | 7E | 52 | 4C | 0 | 23 | 33 | 98 | 3E | 1F |
| Octal | 36 | 176 | 122 | 114 | 0 | 43 | 63 | 230 | 76 | 37 |
| Binary | 11110 | 1111110 | 1010010 | 1001100 | 0 | 100011 | 110011 | 10011000 | 111110 | 11111 |
Color Harmonies of #1E7E52
Complementary color
Monochromatic Colors of #1E7E52
Black with #1E7E52
Text Example
Text Example
White with #1E7E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E52; }
p { color: rgb(30,126,82); }
H1.HeaderClassName
{
color: #1E7E52;
}
.AnyTagClassName
{
color: #1E7E52;
}
</style>
background-color css
<style>
a { background-color: #1E7E52; }
a { background-color: rgb(30,126,82); }
div.DivClassName
{
background-color: #1E7E52;
}
.BgClassName
{
background-color: #1E7E52;
}
</style>
border-color css
<style>
span { border-color: #1E7E52; }
span { border-color: rgb(30,126,82); }
td.TdClassName
{
border-color: #1E7E52;
}
.TagClassName
{
border-color: #1E7E52;
}
</style>