Shades of Salem #1D8D41
Tints of Salem #1D8D41
RGB
CMYK
RGB Variations
Color information
#1D8D41 (or 0x1D8D41) is known color: Salem. HEX triplet: 1D, 8D and 41. RGB value is (29,141,65). Sum of RGB (Red+Green+Blue) = 29+141+65=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 141 (55.47% from 255 or 60% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8D41 is #E272BE. Grayscale: #636363. Windows color (decimal): -14840511 or 4295965. OLE color: 4295965.
HSL color Cylindrical-coordinate representation of color #1D8D41: hue angle of 139.29º degrees, saturation: 0.66, 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 #1D8D41 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 141 | 65 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.45 |
| HSL | 139.29º | 0.66% | 0.33% | - |
| HSV(B) | 139.29º | 0.79% | 0.55% | - |
| XYZ | 10.99 | 19.69 | 8.22 | - |
| YUV | 98.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 141 | 65 | 0.79 | 0 | 0.54 | 0.45 | 139.29 | 0.66 | 0.33 |
| Hex | 1D | 8D | 41 | 4F | 0 | 36 | 2D | 8B | 42 | 21 |
| Octal | 35 | 215 | 101 | 117 | 0 | 66 | 55 | 213 | 102 | 41 |
| Binary | 11101 | 10001101 | 1000001 | 1001111 | 0 | 110110 | 101101 | 10001011 | 1000010 | 100001 |
Color Harmonies of #1D8D41
Complementary color
Monochromatic Colors of #1D8D41
Black with #1D8D41
Text Example
Text Example
White with #1D8D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8D41; }
p { color: rgb(29,141,65); }
H1.HeaderClassName
{
color: #1D8D41;
}
.AnyTagClassName
{
color: #1D8D41;
}
</style>
background-color css
<style>
a { background-color: #1D8D41; }
a { background-color: rgb(29,141,65); }
div.DivClassName
{
background-color: #1D8D41;
}
.BgClassName
{
background-color: #1D8D41;
}
</style>
border-color css
<style>
span { border-color: #1D8D41; }
span { border-color: rgb(29,141,65); }
td.TdClassName
{
border-color: #1D8D41;
}
.TagClassName
{
border-color: #1D8D41;
}
</style>