Shades of Salem #1E815A
Tints of Salem #1E815A
RGB
CMYK
RGB Variations
Color information
#1E815A (or 0x1E815A) is known color: Salem. HEX triplet: 1E, 81 and 5A. RGB value is (30,129,90). Sum of RGB (Red+Green+Blue) = 30+129+90=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #1E815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E815A is #E17EA5. Grayscale: #5F5F5F. Windows color (decimal): -14778022 or 5931294. OLE color: 5931294.
HSL color Cylindrical-coordinate representation of color #1E815A: hue angle of 156.36º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E815A is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 90 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.49 |
| HSL | 156.36º | 0.62% | 0.31% | - |
| HSV(B) | 156.36º | 0.77% | 0.51% | - |
| XYZ | 10.23 | 16.71 | 12.36 | - |
| YUV | 94.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 90 | 0.77 | 0 | 0.30 | 0.49 | 156.36 | 0.62 | 0.31 |
| Hex | 1E | 81 | 5A | 4D | 0 | 1E | 31 | 9C | 3E | 1F |
| Octal | 36 | 201 | 132 | 115 | 0 | 36 | 61 | 234 | 76 | 37 |
| Binary | 11110 | 10000001 | 1011010 | 1001101 | 0 | 11110 | 110001 | 10011100 | 111110 | 11111 |
Color Harmonies of #1E815A
Complementary color
Monochromatic Colors of #1E815A
Black with #1E815A
Text Example
Text Example
White with #1E815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E815A; }
p { color: rgb(30,129,90); }
H1.HeaderClassName
{
color: #1E815A;
}
.AnyTagClassName
{
color: #1E815A;
}
</style>
background-color css
<style>
a { background-color: #1E815A; }
a { background-color: rgb(30,129,90); }
div.DivClassName
{
background-color: #1E815A;
}
.BgClassName
{
background-color: #1E815A;
}
</style>
border-color css
<style>
span { border-color: #1E815A; }
span { border-color: rgb(30,129,90); }
td.TdClassName
{
border-color: #1E815A;
}
.TagClassName
{
border-color: #1E815A;
}
</style>