Shades of Salem #1D8E3D
Tints of Salem #1D8E3D
RGB
CMYK
RGB Variations
Color information
#1D8E3D (or 0x1D8E3D) is known color: Salem. HEX triplet: 1D, 8E and 3D. RGB value is (29,142,61). Sum of RGB (Red+Green+Blue) = 29+142+61=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 142 (55.86% from 255 or 61.21% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 142 - color contains mainly: green. Hex color #1D8E3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8E3D is #E271C2. Grayscale: #636363. Windows color (decimal): -14840259 or 4034077. OLE color: 4034077.
HSL color Cylindrical-coordinate representation of color #1D8E3D: hue angle of 136.99º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8E3D is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 142 | 61 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.44 |
| HSL | 136.99º | 0.66% | 0.34% | - |
| HSV(B) | 136.99º | 0.8% | 0.56% | - |
| XYZ | 11.02 | 19.94 | 7.68 | - |
| YUV | 98.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 142 | 61 | 0.80 | 0 | 0.57 | 0.44 | 136.99 | 0.66 | 0.34 |
| Hex | 1D | 8E | 3D | 50 | 0 | 39 | 2C | 89 | 42 | 22 |
| Octal | 35 | 216 | 75 | 120 | 0 | 71 | 54 | 211 | 102 | 42 |
| Binary | 11101 | 10001110 | 111101 | 1010000 | 0 | 111001 | 101100 | 10001001 | 1000010 | 100010 |
Color Harmonies of #1D8E3D
Complementary color
Monochromatic Colors of #1D8E3D
Black with #1D8E3D
Text Example
Text Example
White with #1D8E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8E3D; }
p { color: rgb(29,142,61); }
H1.HeaderClassName
{
color: #1D8E3D;
}
.AnyTagClassName
{
color: #1D8E3D;
}
</style>
background-color css
<style>
a { background-color: #1D8E3D; }
a { background-color: rgb(29,142,61); }
div.DivClassName
{
background-color: #1D8E3D;
}
.BgClassName
{
background-color: #1D8E3D;
}
</style>
border-color css
<style>
span { border-color: #1D8E3D; }
span { border-color: rgb(29,142,61); }
td.TdClassName
{
border-color: #1D8E3D;
}
.TagClassName
{
border-color: #1D8E3D;
}
</style>