Shades of Salem #1D893D
Tints of Salem #1D893D
RGB
CMYK
RGB Variations
Color information
#1D893D (or 0x1D893D) is known color: Salem. HEX triplet: 1D, 89 and 3D. RGB value is (29,137,61). Sum of RGB (Red+Green+Blue) = 29+137+61=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #1D893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D893D is #E276C2. Grayscale: #606060. Windows color (decimal): -14841539 or 4032797. OLE color: 4032797.
HSL color Cylindrical-coordinate representation of color #1D893D: hue angle of 137.78º 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 #1D893D is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 61 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.46 |
| HSL | 137.78º | 0.65% | 0.33% | - |
| HSV(B) | 137.78º | 0.79% | 0.54% | - |
| XYZ | 10.29 | 18.49 | 7.44 | - |
| YUV | 96.04 | 108.22 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 61 | 0.79 | 0 | 0.55 | 0.46 | 137.78 | 0.65 | 0.33 |
| Hex | 1D | 89 | 3D | 4F | 0 | 37 | 2E | 8A | 41 | 21 |
| Octal | 35 | 211 | 75 | 117 | 0 | 67 | 56 | 212 | 101 | 41 |
| Binary | 11101 | 10001001 | 111101 | 1001111 | 0 | 110111 | 101110 | 10001010 | 1000001 | 100001 |
Color Harmonies of #1D893D
Complementary color
Monochromatic Colors of #1D893D
Black with #1D893D
Text Example
Text Example
White with #1D893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D893D; }
p { color: rgb(29,137,61); }
H1.HeaderClassName
{
color: #1D893D;
}
.AnyTagClassName
{
color: #1D893D;
}
</style>
background-color css
<style>
a { background-color: #1D893D; }
a { background-color: rgb(29,137,61); }
div.DivClassName
{
background-color: #1D893D;
}
.BgClassName
{
background-color: #1D893D;
}
</style>
border-color css
<style>
span { border-color: #1D893D; }
span { border-color: rgb(29,137,61); }
td.TdClassName
{
border-color: #1D893D;
}
.TagClassName
{
border-color: #1D893D;
}
</style>