Shades of Salem #1D7851
Tints of Salem #1D7851
RGB
CMYK
RGB Variations
Color information
#1D7851 (or 0x1D7851) is known color: Salem. HEX triplet: 1D, 78 and 51. RGB value is (29,120,81). Sum of RGB (Red+Green+Blue) = 29+120+81=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7851 is #E287AE. Grayscale: #585858. Windows color (decimal): -14845871 or 5339165. OLE color: 5339165.
HSL color Cylindrical-coordinate representation of color #1D7851: hue angle of 154.29º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7851 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 81 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.53 |
| HSL | 154.29º | 0.61% | 0.29% | - |
| HSV(B) | 154.29º | 0.76% | 0.47% | - |
| XYZ | 8.71 | 14.29 | 10.08 | - |
| YUV | 88.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 81 | 0.76 | 0 | 0.32 | 0.53 | 154.29 | 0.61 | 0.29 |
| Hex | 1D | 78 | 51 | 4C | 0 | 20 | 35 | 9A | 3D | 1D |
| Octal | 35 | 170 | 121 | 114 | 0 | 40 | 65 | 232 | 75 | 35 |
| Binary | 11101 | 1111000 | 1010001 | 1001100 | 0 | 100000 | 110101 | 10011010 | 111101 | 11101 |
Color Harmonies of #1D7851
Complementary color
Monochromatic Colors of #1D7851
Black with #1D7851
Text Example
Text Example
White with #1D7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7851; }
p { color: rgb(29,120,81); }
H1.HeaderClassName
{
color: #1D7851;
}
.AnyTagClassName
{
color: #1D7851;
}
</style>
background-color css
<style>
a { background-color: #1D7851; }
a { background-color: rgb(29,120,81); }
div.DivClassName
{
background-color: #1D7851;
}
.BgClassName
{
background-color: #1D7851;
}
</style>
border-color css
<style>
span { border-color: #1D7851; }
span { border-color: rgb(29,120,81); }
td.TdClassName
{
border-color: #1D7851;
}
.TagClassName
{
border-color: #1D7851;
}
</style>