Shades of Salem #1D8448
Tints of Salem #1D8448
RGB
CMYK
RGB Variations
Color information
#1D8448 (or 0x1D8448) is known color: Salem. HEX triplet: 1D, 84 and 48. RGB value is (29,132,72). Sum of RGB (Red+Green+Blue) = 29+132+72=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8448 is #E27BB7. Grayscale: #5E5E5E. Windows color (decimal): -14842808 or 4752413. OLE color: 4752413.
HSL color Cylindrical-coordinate representation of color #1D8448: hue angle of 145.05º 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 #1D8448 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 72 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.48 |
| HSL | 145.05º | 0.64% | 0.32% | - |
| HSV(B) | 145.05º | 0.78% | 0.52% | - |
| XYZ | 9.93 | 17.23 | 8.93 | - |
| YUV | 94.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 72 | 0.78 | 0 | 0.45 | 0.48 | 145.05 | 0.64 | 0.32 |
| Hex | 1D | 84 | 48 | 4E | 0 | 2D | 30 | 91 | 40 | 20 |
| Octal | 35 | 204 | 110 | 116 | 0 | 55 | 60 | 221 | 100 | 40 |
| Binary | 11101 | 10000100 | 1001000 | 1001110 | 0 | 101101 | 110000 | 10010001 | 1000000 | 100000 |
Color Harmonies of #1D8448
Complementary color
Monochromatic Colors of #1D8448
Black with #1D8448
Text Example
Text Example
White with #1D8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8448; }
p { color: rgb(29,132,72); }
H1.HeaderClassName
{
color: #1D8448;
}
.AnyTagClassName
{
color: #1D8448;
}
</style>
background-color css
<style>
a { background-color: #1D8448; }
a { background-color: rgb(29,132,72); }
div.DivClassName
{
background-color: #1D8448;
}
.BgClassName
{
background-color: #1D8448;
}
</style>
border-color css
<style>
span { border-color: #1D8448; }
span { border-color: rgb(29,132,72); }
td.TdClassName
{
border-color: #1D8448;
}
.TagClassName
{
border-color: #1D8448;
}
</style>