Shades of Salem #1D8B49
Tints of Salem #1D8B49
RGB
CMYK
RGB Variations
Color information
#1D8B49 (or 0x1D8B49) is known color: Salem. HEX triplet: 1D, 8B and 49. RGB value is (29,139,73). Sum of RGB (Red+Green+Blue) = 29+139+73=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #1D8B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8B49 is #E274B6. Grayscale: #626262. Windows color (decimal): -14841015 or 4819741. OLE color: 4819741.
HSL color Cylindrical-coordinate representation of color #1D8B49: hue angle of 144º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8B49 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 139 | 73 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.45 |
| HSL | 144º | 0.65% | 0.33% | - |
| HSV(B) | 144º | 0.79% | 0.55% | - |
| XYZ | 10.94 | 19.21 | 9.43 | - |
| YUV | 98.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 139 | 73 | 0.79 | 0 | 0.47 | 0.45 | 144 | 0.65 | 0.33 |
| Hex | 1D | 8B | 49 | 4F | 0 | 2F | 2D | 90 | 41 | 21 |
| Octal | 35 | 213 | 111 | 117 | 0 | 57 | 55 | 220 | 101 | 41 |
| Binary | 11101 | 10001011 | 1001001 | 1001111 | 0 | 101111 | 101101 | 10010000 | 1000001 | 100001 |
Color Harmonies of #1D8B49
Complementary color
Monochromatic Colors of #1D8B49
Black with #1D8B49
Text Example
Text Example
White with #1D8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8B49; }
p { color: rgb(29,139,73); }
H1.HeaderClassName
{
color: #1D8B49;
}
.AnyTagClassName
{
color: #1D8B49;
}
</style>
background-color css
<style>
a { background-color: #1D8B49; }
a { background-color: rgb(29,139,73); }
div.DivClassName
{
background-color: #1D8B49;
}
.BgClassName
{
background-color: #1D8B49;
}
</style>
border-color css
<style>
span { border-color: #1D8B49; }
span { border-color: rgb(29,139,73); }
td.TdClassName
{
border-color: #1D8B49;
}
.TagClassName
{
border-color: #1D8B49;
}
</style>