Shades of Salem #1D8A51
Tints of Salem #1D8A51
RGB
CMYK
RGB Variations
Color information
#1D8A51 (or 0x1D8A51) is known color: Salem. HEX triplet: 1D, 8A and 51. RGB value is (29,138,81). Sum of RGB (Red+Green+Blue) = 29+138+81=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A51 is #E275AE. Grayscale: #636363. Windows color (decimal): -14841263 or 5343773. OLE color: 5343773.
HSL color Cylindrical-coordinate representation of color #1D8A51: hue angle of 148.62º 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 #1D8A51 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 138 | 81 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.46 |
| HSL | 148.62º | 0.65% | 0.33% | - |
| HSV(B) | 148.62º | 0.79% | 0.54% | - |
| XYZ | 11.08 | 19.03 | 10.87 | - |
| YUV | 98.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 138 | 81 | 0.79 | 0 | 0.41 | 0.46 | 148.62 | 0.65 | 0.33 |
| Hex | 1D | 8A | 51 | 4F | 0 | 29 | 2E | 95 | 41 | 21 |
| Octal | 35 | 212 | 121 | 117 | 0 | 51 | 56 | 225 | 101 | 41 |
| Binary | 11101 | 10001010 | 1010001 | 1001111 | 0 | 101001 | 101110 | 10010101 | 1000001 | 100001 |
Color Harmonies of #1D8A51
Complementary color
Monochromatic Colors of #1D8A51
Black with #1D8A51
Text Example
Text Example
White with #1D8A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8A51; }
p { color: rgb(29,138,81); }
H1.HeaderClassName
{
color: #1D8A51;
}
.AnyTagClassName
{
color: #1D8A51;
}
</style>
background-color css
<style>
a { background-color: #1D8A51; }
a { background-color: rgb(29,138,81); }
div.DivClassName
{
background-color: #1D8A51;
}
.BgClassName
{
background-color: #1D8A51;
}
</style>
border-color css
<style>
span { border-color: #1D8A51; }
span { border-color: rgb(29,138,81); }
td.TdClassName
{
border-color: #1D8A51;
}
.TagClassName
{
border-color: #1D8A51;
}
</style>