Shades of Salem #1E8A45
Tints of Salem #1E8A45
RGB
CMYK
RGB Variations
Color information
#1E8A45 (or 0x1E8A45) is known color: Salem. HEX triplet: 1E, 8A and 45. RGB value is (30,138,69). Sum of RGB (Red+Green+Blue) = 30+138+69=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #1E8A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8A45 is #E175BA. Grayscale: #626262. Windows color (decimal): -14775739 or 4557342. OLE color: 4557342.
HSL color Cylindrical-coordinate representation of color #1E8A45: hue angle of 141.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8A45 is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 138 | 69 | - |
| CMYK | 0.78 | 0 | 0.5 | 0.46 |
| HSL | 141.67º | 0.64% | 0.33% | - |
| HSV(B) | 141.67º | 0.78% | 0.54% | - |
| XYZ | 10.7 | 18.88 | 8.71 | - |
| YUV | 97.84 | 111.72 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 69 | 0.78 | 0 | 0.5 | 0.46 | 141.67 | 0.64 | 0.33 |
| Hex | 1E | 8A | 45 | 4E | 0 | 32 | 2E | 8E | 40 | 21 |
| Octal | 36 | 212 | 105 | 116 | 0 | 62 | 56 | 216 | 100 | 41 |
| Binary | 11110 | 10001010 | 1000101 | 1001110 | 0 | 110010 | 101110 | 10001110 | 1000000 | 100001 |
Color Harmonies of #1E8A45
Complementary color
Monochromatic Colors of #1E8A45
Black with #1E8A45
Text Example
Text Example
White with #1E8A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8A45; }
p { color: rgb(30,138,69); }
H1.HeaderClassName
{
color: #1E8A45;
}
.AnyTagClassName
{
color: #1E8A45;
}
</style>
background-color css
<style>
a { background-color: #1E8A45; }
a { background-color: rgb(30,138,69); }
div.DivClassName
{
background-color: #1E8A45;
}
.BgClassName
{
background-color: #1E8A45;
}
</style>
border-color css
<style>
span { border-color: #1E8A45; }
span { border-color: rgb(30,138,69); }
td.TdClassName
{
border-color: #1E8A45;
}
.TagClassName
{
border-color: #1E8A45;
}
</style>