Shades of Salem #1D894D
Tints of Salem #1D894D
RGB
CMYK
RGB Variations
Color information
#1D894D (or 0x1D894D) is known color: Salem. HEX triplet: 1D, 89 and 4D. RGB value is (29,137,77). Sum of RGB (Red+Green+Blue) = 29+137+77=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #1D894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D894D is #E276B2. Grayscale: #626262. Windows color (decimal): -14841523 or 5081373. OLE color: 5081373.
HSL color Cylindrical-coordinate representation of color #1D894D: hue angle of 146.67º 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 #1D894D is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 77 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.46 |
| HSL | 146.67º | 0.65% | 0.33% | - |
| HSV(B) | 146.67º | 0.79% | 0.54% | - |
| XYZ | 10.79 | 18.69 | 10.06 | - |
| YUV | 97.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 77 | 0.79 | 0 | 0.44 | 0.46 | 146.67 | 0.65 | 0.33 |
| Hex | 1D | 89 | 4D | 4F | 0 | 2C | 2E | 93 | 41 | 21 |
| Octal | 35 | 211 | 115 | 117 | 0 | 54 | 56 | 223 | 101 | 41 |
| Binary | 11101 | 10001001 | 1001101 | 1001111 | 0 | 101100 | 101110 | 10010011 | 1000001 | 100001 |
Color Harmonies of #1D894D
Complementary color
Monochromatic Colors of #1D894D
Black with #1D894D
Text Example
Text Example
White with #1D894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D894D; }
p { color: rgb(29,137,77); }
H1.HeaderClassName
{
color: #1D894D;
}
.AnyTagClassName
{
color: #1D894D;
}
</style>
background-color css
<style>
a { background-color: #1D894D; }
a { background-color: rgb(29,137,77); }
div.DivClassName
{
background-color: #1D894D;
}
.BgClassName
{
background-color: #1D894D;
}
</style>
border-color css
<style>
span { border-color: #1D894D; }
span { border-color: rgb(29,137,77); }
td.TdClassName
{
border-color: #1D894D;
}
.TagClassName
{
border-color: #1D894D;
}
</style>