Shades of Salem #1E824C
Tints of Salem #1E824C
RGB
CMYK
RGB Variations
Color information
#1E824C (or 0x1E824C) is known color: Salem. HEX triplet: 1E, 82 and 4C. RGB value is (30,130,76). Sum of RGB (Red+Green+Blue) = 30+130+76=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #1E824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E824C is #E17DB3. Grayscale: #5E5E5E. Windows color (decimal): -14777780 or 5014046. OLE color: 5014046.
HSL color Cylindrical-coordinate representation of color #1E824C: hue angle of 147.6º 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 #1E824C is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 76 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.49 |
| HSL | 147.6º | 0.63% | 0.31% | - |
| HSV(B) | 147.6º | 0.77% | 0.51% | - |
| XYZ | 9.82 | 16.76 | 9.56 | - |
| YUV | 93.94 | 117.87 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 76 | 0.77 | 0 | 0.42 | 0.49 | 147.6 | 0.63 | 0.31 |
| Hex | 1E | 82 | 4C | 4D | 0 | 2A | 31 | 94 | 3E | 1F |
| Octal | 36 | 202 | 114 | 115 | 0 | 52 | 61 | 224 | 76 | 37 |
| Binary | 11110 | 10000010 | 1001100 | 1001101 | 0 | 101010 | 110001 | 10010100 | 111110 | 11111 |
Color Harmonies of #1E824C
Complementary color
Monochromatic Colors of #1E824C
Black with #1E824C
Text Example
Text Example
White with #1E824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E824C; }
p { color: rgb(30,130,76); }
H1.HeaderClassName
{
color: #1E824C;
}
.AnyTagClassName
{
color: #1E824C;
}
</style>
background-color css
<style>
a { background-color: #1E824C; }
a { background-color: rgb(30,130,76); }
div.DivClassName
{
background-color: #1E824C;
}
.BgClassName
{
background-color: #1E824C;
}
</style>
border-color css
<style>
span { border-color: #1E824C; }
span { border-color: rgb(30,130,76); }
td.TdClassName
{
border-color: #1E824C;
}
.TagClassName
{
border-color: #1E824C;
}
</style>