Shades of Salem #1E814F
Tints of Salem #1E814F
RGB
CMYK
RGB Variations
Color information
#1E814F (or 0x1E814F) is known color: Salem. HEX triplet: 1E, 81 and 4F. RGB value is (30,129,79). Sum of RGB (Red+Green+Blue) = 30+129+79=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #1E814F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E814F is #E17EB0. Grayscale: #5D5D5D. Windows color (decimal): -14778033 or 5210398. OLE color: 5210398.
HSL color Cylindrical-coordinate representation of color #1E814F: hue angle of 149.7º 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 #1E814F is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 79 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.49 |
| HSL | 149.7º | 0.62% | 0.31% | - |
| HSV(B) | 149.7º | 0.77% | 0.51% | - |
| XYZ | 9.8 | 16.54 | 10.07 | - |
| YUV | 93.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 79 | 0.77 | 0 | 0.39 | 0.49 | 149.7 | 0.62 | 0.31 |
| Hex | 1E | 81 | 4F | 4D | 0 | 27 | 31 | 96 | 3E | 1F |
| Octal | 36 | 201 | 117 | 115 | 0 | 47 | 61 | 226 | 76 | 37 |
| Binary | 11110 | 10000001 | 1001111 | 1001101 | 0 | 100111 | 110001 | 10010110 | 111110 | 11111 |
Color Harmonies of #1E814F
Complementary color
Monochromatic Colors of #1E814F
Black with #1E814F
Text Example
Text Example
White with #1E814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E814F; }
p { color: rgb(30,129,79); }
H1.HeaderClassName
{
color: #1E814F;
}
.AnyTagClassName
{
color: #1E814F;
}
</style>
background-color css
<style>
a { background-color: #1E814F; }
a { background-color: rgb(30,129,79); }
div.DivClassName
{
background-color: #1E814F;
}
.BgClassName
{
background-color: #1E814F;
}
</style>
border-color css
<style>
span { border-color: #1E814F; }
span { border-color: rgb(30,129,79); }
td.TdClassName
{
border-color: #1E814F;
}
.TagClassName
{
border-color: #1E814F;
}
</style>