Shades of Salem #1E884B
Tints of Salem #1E884B
RGB
CMYK
RGB Variations
Color information
#1E884B (or 0x1E884B) is known color: Salem. HEX triplet: 1E, 88 and 4B. RGB value is (30,136,75). Sum of RGB (Red+Green+Blue) = 30+136+75=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #1E884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E884B is #E177B4. Grayscale: #616161. Windows color (decimal): -14776245 or 4950046. OLE color: 4950046.
HSL color Cylindrical-coordinate representation of color #1E884B: hue angle of 145.47º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E884B is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 136 | 75 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.47 |
| HSL | 145.47º | 0.64% | 0.33% | - |
| HSV(B) | 145.47º | 0.78% | 0.53% | - |
| XYZ | 10.61 | 18.39 | 9.65 | - |
| YUV | 97.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 75 | 0.78 | 0 | 0.45 | 0.47 | 145.47 | 0.64 | 0.33 |
| Hex | 1E | 88 | 4B | 4E | 0 | 2D | 2F | 91 | 40 | 21 |
| Octal | 36 | 210 | 113 | 116 | 0 | 55 | 57 | 221 | 100 | 41 |
| Binary | 11110 | 10001000 | 1001011 | 1001110 | 0 | 101101 | 101111 | 10010001 | 1000000 | 100001 |
Color Harmonies of #1E884B
Complementary color
Monochromatic Colors of #1E884B
Black with #1E884B
Text Example
Text Example
White with #1E884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E884B; }
p { color: rgb(30,136,75); }
H1.HeaderClassName
{
color: #1E884B;
}
.AnyTagClassName
{
color: #1E884B;
}
</style>
background-color css
<style>
a { background-color: #1E884B; }
a { background-color: rgb(30,136,75); }
div.DivClassName
{
background-color: #1E884B;
}
.BgClassName
{
background-color: #1E884B;
}
</style>
border-color css
<style>
span { border-color: #1E884B; }
span { border-color: rgb(30,136,75); }
td.TdClassName
{
border-color: #1E884B;
}
.TagClassName
{
border-color: #1E884B;
}
</style>