Shades of Salem #1E7B4B
Tints of Salem #1E7B4B
RGB
CMYK
RGB Variations
Color information
#1E7B4B (or 0x1E7B4B) is known color: Salem. HEX triplet: 1E, 7B and 4B. RGB value is (30,123,75). Sum of RGB (Red+Green+Blue) = 30+123+75=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #1E7B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7B4B is #E184B4. Grayscale: #595959. Windows color (decimal): -14779573 or 4946718. OLE color: 4946718.
HSL color Cylindrical-coordinate representation of color #1E7B4B: hue angle of 149.03º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7B4B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 123 | 75 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.52 |
| HSL | 149.03º | 0.61% | 0.3% | - |
| HSV(B) | 149.03º | 0.76% | 0.48% | - |
| XYZ | 8.89 | 14.95 | 9.07 | - |
| YUV | 89.72 | 119.69 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 123 | 75 | 0.76 | 0 | 0.39 | 0.52 | 149.03 | 0.61 | 0.3 |
| Hex | 1E | 7B | 4B | 4C | 0 | 27 | 34 | 95 | 3D | 1E |
| Octal | 36 | 173 | 113 | 114 | 0 | 47 | 64 | 225 | 75 | 36 |
| Binary | 11110 | 1111011 | 1001011 | 1001100 | 0 | 100111 | 110100 | 10010101 | 111101 | 11110 |
Color Harmonies of #1E7B4B
Complementary color
Monochromatic Colors of #1E7B4B
Black with #1E7B4B
Text Example
Text Example
White with #1E7B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7B4B; }
p { color: rgb(30,123,75); }
H1.HeaderClassName
{
color: #1E7B4B;
}
.AnyTagClassName
{
color: #1E7B4B;
}
</style>
background-color css
<style>
a { background-color: #1E7B4B; }
a { background-color: rgb(30,123,75); }
div.DivClassName
{
background-color: #1E7B4B;
}
.BgClassName
{
background-color: #1E7B4B;
}
</style>
border-color css
<style>
span { border-color: #1E7B4B; }
span { border-color: rgb(30,123,75); }
td.TdClassName
{
border-color: #1E7B4B;
}
.TagClassName
{
border-color: #1E7B4B;
}
</style>