Shades of Salem #1D8A4B
Tints of Salem #1D8A4B
RGB
CMYK
RGB Variations
Color information
#1D8A4B (or 0x1D8A4B) is known color: Salem. HEX triplet: 1D, 8A and 4B. RGB value is (29,138,75). Sum of RGB (Red+Green+Blue) = 29+138+75=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8A4B is #E275B4. Grayscale: #626262. Windows color (decimal): -14841269 or 4950557. OLE color: 4950557.
HSL color Cylindrical-coordinate representation of color #1D8A4B: hue angle of 145.32º 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 #1D8A4B is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 138 | 75 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.46 |
| HSL | 145.32º | 0.65% | 0.33% | - |
| HSV(B) | 145.32º | 0.79% | 0.54% | - |
| XYZ | 10.87 | 18.95 | 9.74 | - |
| YUV | 98.23 | 114.89 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 138 | 75 | 0.79 | 0 | 0.46 | 0.46 | 145.32 | 0.65 | 0.33 |
| Hex | 1D | 8A | 4B | 4F | 0 | 2E | 2E | 91 | 41 | 21 |
| Octal | 35 | 212 | 113 | 117 | 0 | 56 | 56 | 221 | 101 | 41 |
| Binary | 11101 | 10001010 | 1001011 | 1001111 | 0 | 101110 | 101110 | 10010001 | 1000001 | 100001 |
Color Harmonies of #1D8A4B
Complementary color
Monochromatic Colors of #1D8A4B
Black with #1D8A4B
Text Example
Text Example
White with #1D8A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8A4B; }
p { color: rgb(29,138,75); }
H1.HeaderClassName
{
color: #1D8A4B;
}
.AnyTagClassName
{
color: #1D8A4B;
}
</style>
background-color css
<style>
a { background-color: #1D8A4B; }
a { background-color: rgb(29,138,75); }
div.DivClassName
{
background-color: #1D8A4B;
}
.BgClassName
{
background-color: #1D8A4B;
}
</style>
border-color css
<style>
span { border-color: #1D8A4B; }
span { border-color: rgb(29,138,75); }
td.TdClassName
{
border-color: #1D8A4B;
}
.TagClassName
{
border-color: #1D8A4B;
}
</style>