Shades of Salem #1D8C3F
Tints of Salem #1D8C3F
RGB
CMYK
RGB Variations
Color information
#1D8C3F (or 0x1D8C3F) is known color: Salem. HEX triplet: 1D, 8C and 3F. RGB value is (29,140,63). Sum of RGB (Red+Green+Blue) = 29+140+63=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 140 (55.08% from 255 or 60.34% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8C3F is #E273C0. Grayscale: #626262. Windows color (decimal): -14840769 or 4164637. OLE color: 4164637.
HSL color Cylindrical-coordinate representation of color #1D8C3F: hue angle of 138.38º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8C3F is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 63 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.45 |
| HSL | 138.38º | 0.66% | 0.33% | - |
| HSV(B) | 138.38º | 0.79% | 0.55% | - |
| XYZ | 10.78 | 19.38 | 7.87 | - |
| YUV | 98.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 63 | 0.79 | 0 | 0.55 | 0.45 | 138.38 | 0.66 | 0.33 |
| Hex | 1D | 8C | 3F | 4F | 0 | 37 | 2D | 8A | 42 | 21 |
| Octal | 35 | 214 | 77 | 117 | 0 | 67 | 55 | 212 | 102 | 41 |
| Binary | 11101 | 10001100 | 111111 | 1001111 | 0 | 110111 | 101101 | 10001010 | 1000010 | 100001 |
Color Harmonies of #1D8C3F
Complementary color
Monochromatic Colors of #1D8C3F
Black with #1D8C3F
Text Example
Text Example
White with #1D8C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C3F; }
p { color: rgb(29,140,63); }
H1.HeaderClassName
{
color: #1D8C3F;
}
.AnyTagClassName
{
color: #1D8C3F;
}
</style>
background-color css
<style>
a { background-color: #1D8C3F; }
a { background-color: rgb(29,140,63); }
div.DivClassName
{
background-color: #1D8C3F;
}
.BgClassName
{
background-color: #1D8C3F;
}
</style>
border-color css
<style>
span { border-color: #1D8C3F; }
span { border-color: rgb(29,140,63); }
td.TdClassName
{
border-color: #1D8C3F;
}
.TagClassName
{
border-color: #1D8C3F;
}
</style>