Shades of Salem #1D874A
Tints of Salem #1D874A
RGB
CMYK
RGB Variations
Color information
#1D874A (or 0x1D874A) is known color: Salem. HEX triplet: 1D, 87 and 4A. RGB value is (29,135,74). Sum of RGB (Red+Green+Blue) = 29+135+74=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #1D874A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D874A is #E278B5. Grayscale: #606060. Windows color (decimal): -14842038 or 4884253. OLE color: 4884253.
HSL color Cylindrical-coordinate representation of color #1D874A: hue angle of 145.47º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D874A is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 74 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.47 |
| HSL | 145.47º | 0.65% | 0.32% | - |
| HSV(B) | 145.47º | 0.79% | 0.53% | - |
| XYZ | 10.41 | 18.08 | 9.42 | - |
| YUV | 96.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 74 | 0.79 | 0 | 0.45 | 0.47 | 145.47 | 0.65 | 0.32 |
| Hex | 1D | 87 | 4A | 4F | 0 | 2D | 2F | 91 | 41 | 20 |
| Octal | 35 | 207 | 112 | 117 | 0 | 55 | 57 | 221 | 101 | 40 |
| Binary | 11101 | 10000111 | 1001010 | 1001111 | 0 | 101101 | 101111 | 10010001 | 1000001 | 100000 |
Color Harmonies of #1D874A
Complementary color
Monochromatic Colors of #1D874A
Black with #1D874A
Text Example
Text Example
White with #1D874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D874A; }
p { color: rgb(29,135,74); }
H1.HeaderClassName
{
color: #1D874A;
}
.AnyTagClassName
{
color: #1D874A;
}
</style>
background-color css
<style>
a { background-color: #1D874A; }
a { background-color: rgb(29,135,74); }
div.DivClassName
{
background-color: #1D874A;
}
.BgClassName
{
background-color: #1D874A;
}
</style>
border-color css
<style>
span { border-color: #1D874A; }
span { border-color: rgb(29,135,74); }
td.TdClassName
{
border-color: #1D874A;
}
.TagClassName
{
border-color: #1D874A;
}
</style>