Shades of Salem #1D8452
Tints of Salem #1D8452
RGB
CMYK
RGB Variations
Color information
#1D8452 (or 0x1D8452) is known color: Salem. HEX triplet: 1D, 84 and 52. RGB value is (29,132,82). Sum of RGB (Red+Green+Blue) = 29+132+82=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8452 is #E27BAD. Grayscale: #5F5F5F. Windows color (decimal): -14842798 or 5407773. OLE color: 5407773.
HSL color Cylindrical-coordinate representation of color #1D8452: hue angle of 150.87º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8452 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 82 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.48 |
| HSL | 150.87º | 0.64% | 0.32% | - |
| HSV(B) | 150.87º | 0.78% | 0.52% | - |
| XYZ | 10.28 | 17.37 | 10.79 | - |
| YUV | 95.5 | 120.38 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 82 | 0.78 | 0 | 0.38 | 0.48 | 150.87 | 0.64 | 0.32 |
| Hex | 1D | 84 | 52 | 4E | 0 | 26 | 30 | 97 | 40 | 20 |
| Octal | 35 | 204 | 122 | 116 | 0 | 46 | 60 | 227 | 100 | 40 |
| Binary | 11101 | 10000100 | 1010010 | 1001110 | 0 | 100110 | 110000 | 10010111 | 1000000 | 100000 |
Color Harmonies of #1D8452
Complementary color
Monochromatic Colors of #1D8452
Black with #1D8452
Text Example
Text Example
White with #1D8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8452; }
p { color: rgb(29,132,82); }
H1.HeaderClassName
{
color: #1D8452;
}
.AnyTagClassName
{
color: #1D8452;
}
</style>
background-color css
<style>
a { background-color: #1D8452; }
a { background-color: rgb(29,132,82); }
div.DivClassName
{
background-color: #1D8452;
}
.BgClassName
{
background-color: #1D8452;
}
</style>
border-color css
<style>
span { border-color: #1D8452; }
span { border-color: rgb(29,132,82); }
td.TdClassName
{
border-color: #1D8452;
}
.TagClassName
{
border-color: #1D8452;
}
</style>