Shades of Salem #1D824D
Tints of Salem #1D824D
RGB
CMYK
RGB Variations
Color information
#1D824D (or 0x1D824D) is known color: Salem. HEX triplet: 1D, 82 and 4D. RGB value is (29,130,77). Sum of RGB (Red+Green+Blue) = 29+130+77=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #1D824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D824D is #E27DB2. Grayscale: #5D5D5D. Windows color (decimal): -14843315 or 5079581. OLE color: 5079581.
HSL color Cylindrical-coordinate representation of color #1D824D: hue angle of 148.51º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D824D is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 77 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.49 |
| HSL | 148.51º | 0.64% | 0.31% | - |
| HSV(B) | 148.51º | 0.78% | 0.51% | - |
| XYZ | 9.83 | 16.76 | 9.74 | - |
| YUV | 93.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 77 | 0.78 | 0 | 0.41 | 0.49 | 148.51 | 0.64 | 0.31 |
| Hex | 1D | 82 | 4D | 4E | 0 | 29 | 31 | 95 | 40 | 1F |
| Octal | 35 | 202 | 115 | 116 | 0 | 51 | 61 | 225 | 100 | 37 |
| Binary | 11101 | 10000010 | 1001101 | 1001110 | 0 | 101001 | 110001 | 10010101 | 1000000 | 11111 |
Color Harmonies of #1D824D
Complementary color
Monochromatic Colors of #1D824D
Black with #1D824D
Text Example
Text Example
White with #1D824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D824D; }
p { color: rgb(29,130,77); }
H1.HeaderClassName
{
color: #1D824D;
}
.AnyTagClassName
{
color: #1D824D;
}
</style>
background-color css
<style>
a { background-color: #1D824D; }
a { background-color: rgb(29,130,77); }
div.DivClassName
{
background-color: #1D824D;
}
.BgClassName
{
background-color: #1D824D;
}
</style>
border-color css
<style>
span { border-color: #1D824D; }
span { border-color: rgb(29,130,77); }
td.TdClassName
{
border-color: #1D824D;
}
.TagClassName
{
border-color: #1D824D;
}
</style>