Shades of Salem #1D8A40
Tints of Salem #1D8A40
RGB
CMYK
RGB Variations
Color information
#1D8A40 (or 0x1D8A40) is known color: Salem. HEX triplet: 1D, 8A and 40. RGB value is (29,138,64). Sum of RGB (Red+Green+Blue) = 29+138+64=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8A40 is #E275BF. Grayscale: #616161. Windows color (decimal): -14841280 or 4229661. OLE color: 4229661.
HSL color Cylindrical-coordinate representation of color #1D8A40: hue angle of 139.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A40 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 138 | 64 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.46 |
| HSL | 139.27º | 0.65% | 0.33% | - |
| HSV(B) | 139.27º | 0.79% | 0.54% | - |
| XYZ | 10.52 | 18.81 | 7.93 | - |
| YUV | 96.97 | 109.39 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 138 | 64 | 0.79 | 0 | 0.54 | 0.46 | 139.27 | 0.65 | 0.33 |
| Hex | 1D | 8A | 40 | 4F | 0 | 36 | 2E | 8B | 41 | 21 |
| Octal | 35 | 212 | 100 | 117 | 0 | 66 | 56 | 213 | 101 | 41 |
| Binary | 11101 | 10001010 | 1000000 | 1001111 | 0 | 110110 | 101110 | 10001011 | 1000001 | 100001 |
Color Harmonies of #1D8A40
Complementary color
Monochromatic Colors of #1D8A40
Black with #1D8A40
Text Example
Text Example
White with #1D8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8A40; }
p { color: rgb(29,138,64); }
H1.HeaderClassName
{
color: #1D8A40;
}
.AnyTagClassName
{
color: #1D8A40;
}
</style>
background-color css
<style>
a { background-color: #1D8A40; }
a { background-color: rgb(29,138,64); }
div.DivClassName
{
background-color: #1D8A40;
}
.BgClassName
{
background-color: #1D8A40;
}
</style>
border-color css
<style>
span { border-color: #1D8A40; }
span { border-color: rgb(29,138,64); }
td.TdClassName
{
border-color: #1D8A40;
}
.TagClassName
{
border-color: #1D8A40;
}
</style>