Shades of Salem #1D8447
Tints of Salem #1D8447
RGB
CMYK
RGB Variations
Color information
#1D8447 (or 0x1D8447) is known color: Salem. HEX triplet: 1D, 84 and 47. RGB value is (29,132,71). Sum of RGB (Red+Green+Blue) = 29+132+71=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8447 is #E27BB8. Grayscale: #5E5E5E. Windows color (decimal): -14842809 or 4686877. OLE color: 4686877.
HSL color Cylindrical-coordinate representation of color #1D8447: hue angle of 144.47º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8447 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 71 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.48 |
| HSL | 144.47º | 0.64% | 0.32% | - |
| HSV(B) | 144.47º | 0.78% | 0.52% | - |
| XYZ | 9.9 | 17.22 | 8.76 | - |
| YUV | 94.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 71 | 0.78 | 0 | 0.46 | 0.48 | 144.47 | 0.64 | 0.32 |
| Hex | 1D | 84 | 47 | 4E | 0 | 2E | 30 | 90 | 40 | 20 |
| Octal | 35 | 204 | 107 | 116 | 0 | 56 | 60 | 220 | 100 | 40 |
| Binary | 11101 | 10000100 | 1000111 | 1001110 | 0 | 101110 | 110000 | 10010000 | 1000000 | 100000 |
Color Harmonies of #1D8447
Complementary color
Monochromatic Colors of #1D8447
Black with #1D8447
Text Example
Text Example
White with #1D8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8447; }
p { color: rgb(29,132,71); }
H1.HeaderClassName
{
color: #1D8447;
}
.AnyTagClassName
{
color: #1D8447;
}
</style>
background-color css
<style>
a { background-color: #1D8447; }
a { background-color: rgb(29,132,71); }
div.DivClassName
{
background-color: #1D8447;
}
.BgClassName
{
background-color: #1D8447;
}
</style>
border-color css
<style>
span { border-color: #1D8447; }
span { border-color: rgb(29,132,71); }
td.TdClassName
{
border-color: #1D8447;
}
.TagClassName
{
border-color: #1D8447;
}
</style>