Shades of Salem #1D8958
Tints of Salem #1D8958
RGB
CMYK
RGB Variations
Color information
#1D8958 (or 0x1D8958) is known color: Salem. HEX triplet: 1D, 89 and 58. RGB value is (29,137,88). Sum of RGB (Red+Green+Blue) = 29+137+88=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8958 is #E276A7. Grayscale: #636363. Windows color (decimal): -14841512 or 5802269. OLE color: 5802269.
HSL color Cylindrical-coordinate representation of color #1D8958: hue angle of 152.78º 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 #1D8958 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 88 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.46 |
| HSL | 152.78º | 0.65% | 0.33% | - |
| HSV(B) | 152.78º | 0.79% | 0.54% | - |
| XYZ | 11.21 | 18.86 | 12.28 | - |
| YUV | 99.12 | 121.72 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 88 | 0.79 | 0 | 0.36 | 0.46 | 152.78 | 0.65 | 0.33 |
| Hex | 1D | 89 | 58 | 4F | 0 | 24 | 2E | 99 | 41 | 21 |
| Octal | 35 | 211 | 130 | 117 | 0 | 44 | 56 | 231 | 101 | 41 |
| Binary | 11101 | 10001001 | 1011000 | 1001111 | 0 | 100100 | 101110 | 10011001 | 1000001 | 100001 |
Color Harmonies of #1D8958
Complementary color
Monochromatic Colors of #1D8958
Black with #1D8958
Text Example
Text Example
White with #1D8958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8958; }
p { color: rgb(29,137,88); }
H1.HeaderClassName
{
color: #1D8958;
}
.AnyTagClassName
{
color: #1D8958;
}
</style>
background-color css
<style>
a { background-color: #1D8958; }
a { background-color: rgb(29,137,88); }
div.DivClassName
{
background-color: #1D8958;
}
.BgClassName
{
background-color: #1D8958;
}
</style>
border-color css
<style>
span { border-color: #1D8958; }
span { border-color: rgb(29,137,88); }
td.TdClassName
{
border-color: #1D8958;
}
.TagClassName
{
border-color: #1D8958;
}
</style>