Shades of Salem #1D8952
Tints of Salem #1D8952
RGB
CMYK
RGB Variations
Color information
#1D8952 (or 0x1D8952) is known color: Salem. HEX triplet: 1D, 89 and 52. RGB value is (29,137,82). Sum of RGB (Red+Green+Blue) = 29+137+82=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8952 is #E276AD. Grayscale: #626262. Windows color (decimal): -14841518 or 5409053. OLE color: 5409053.
HSL color Cylindrical-coordinate representation of color #1D8952: hue angle of 149.44º 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 #1D8952 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 82 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.46 |
| HSL | 149.44º | 0.65% | 0.33% | - |
| HSV(B) | 149.44º | 0.79% | 0.54% | - |
| XYZ | 10.98 | 18.76 | 11.03 | - |
| YUV | 98.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 82 | 0.79 | 0 | 0.40 | 0.46 | 149.44 | 0.65 | 0.33 |
| Hex | 1D | 89 | 52 | 4F | 0 | 28 | 2E | 95 | 41 | 21 |
| Octal | 35 | 211 | 122 | 117 | 0 | 50 | 56 | 225 | 101 | 41 |
| Binary | 11101 | 10001001 | 1010010 | 1001111 | 0 | 101000 | 101110 | 10010101 | 1000001 | 100001 |
Color Harmonies of #1D8952
Complementary color
Monochromatic Colors of #1D8952
Black with #1D8952
Text Example
Text Example
White with #1D8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8952; }
p { color: rgb(29,137,82); }
H1.HeaderClassName
{
color: #1D8952;
}
.AnyTagClassName
{
color: #1D8952;
}
</style>
background-color css
<style>
a { background-color: #1D8952; }
a { background-color: rgb(29,137,82); }
div.DivClassName
{
background-color: #1D8952;
}
.BgClassName
{
background-color: #1D8952;
}
</style>
border-color css
<style>
span { border-color: #1D8952; }
span { border-color: rgb(29,137,82); }
td.TdClassName
{
border-color: #1D8952;
}
.TagClassName
{
border-color: #1D8952;
}
</style>