Shades of Salem #1D8B44
Tints of Salem #1D8B44
RGB
CMYK
RGB Variations
Color information
#1D8B44 (or 0x1D8B44) is known color: Salem. HEX triplet: 1D, 8B and 44. RGB value is (29,139,68). Sum of RGB (Red+Green+Blue) = 29+139+68=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #1D8B44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8B44 is #E274BB. Grayscale: #626262. Windows color (decimal): -14841020 or 4492061. OLE color: 4492061.
HSL color Cylindrical-coordinate representation of color #1D8B44: hue angle of 141.27º 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 #1D8B44 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 139 | 68 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.45 |
| HSL | 141.27º | 0.65% | 0.33% | - |
| HSV(B) | 141.27º | 0.79% | 0.55% | - |
| XYZ | 10.78 | 19.14 | 8.6 | - |
| YUV | 98.02 | 111.06 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 139 | 68 | 0.79 | 0 | 0.51 | 0.45 | 141.27 | 0.65 | 0.33 |
| Hex | 1D | 8B | 44 | 4F | 0 | 33 | 2D | 8D | 41 | 21 |
| Octal | 35 | 213 | 104 | 117 | 0 | 63 | 55 | 215 | 101 | 41 |
| Binary | 11101 | 10001011 | 1000100 | 1001111 | 0 | 110011 | 101101 | 10001101 | 1000001 | 100001 |
Color Harmonies of #1D8B44
Complementary color
Monochromatic Colors of #1D8B44
Black with #1D8B44
Text Example
Text Example
White with #1D8B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8B44; }
p { color: rgb(29,139,68); }
H1.HeaderClassName
{
color: #1D8B44;
}
.AnyTagClassName
{
color: #1D8B44;
}
</style>
background-color css
<style>
a { background-color: #1D8B44; }
a { background-color: rgb(29,139,68); }
div.DivClassName
{
background-color: #1D8B44;
}
.BgClassName
{
background-color: #1D8B44;
}
</style>
border-color css
<style>
span { border-color: #1D8B44; }
span { border-color: rgb(29,139,68); }
td.TdClassName
{
border-color: #1D8B44;
}
.TagClassName
{
border-color: #1D8B44;
}
</style>