Shades of Salem #1D7C4E
Tints of Salem #1D7C4E
RGB
CMYK
RGB Variations
Color information
#1D7C4E (or 0x1D7C4E) is known color: Salem. HEX triplet: 1D, 7C and 4E. RGB value is (29,124,78). Sum of RGB (Red+Green+Blue) = 29+124+78=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7C4E is #E283B1. Grayscale: #5A5A5A. Windows color (decimal): -14844850 or 5143581. OLE color: 5143581.
HSL color Cylindrical-coordinate representation of color #1D7C4E: hue angle of 150.95º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7C4E is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 124 | 78 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.51 |
| HSL | 150.95º | 0.62% | 0.3% | - |
| HSV(B) | 150.95º | 0.77% | 0.49% | - |
| XYZ | 9.09 | 15.23 | 9.67 | - |
| YUV | 90.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 124 | 78 | 0.77 | 0 | 0.37 | 0.51 | 150.95 | 0.62 | 0.3 |
| Hex | 1D | 7C | 4E | 4D | 0 | 25 | 33 | 97 | 3E | 1E |
| Octal | 35 | 174 | 116 | 115 | 0 | 45 | 63 | 227 | 76 | 36 |
| Binary | 11101 | 1111100 | 1001110 | 1001101 | 0 | 100101 | 110011 | 10010111 | 111110 | 11110 |
Color Harmonies of #1D7C4E
Complementary color
Monochromatic Colors of #1D7C4E
Black with #1D7C4E
Text Example
Text Example
White with #1D7C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7C4E; }
p { color: rgb(29,124,78); }
H1.HeaderClassName
{
color: #1D7C4E;
}
.AnyTagClassName
{
color: #1D7C4E;
}
</style>
background-color css
<style>
a { background-color: #1D7C4E; }
a { background-color: rgb(29,124,78); }
div.DivClassName
{
background-color: #1D7C4E;
}
.BgClassName
{
background-color: #1D7C4E;
}
</style>
border-color css
<style>
span { border-color: #1D7C4E; }
span { border-color: rgb(29,124,78); }
td.TdClassName
{
border-color: #1D7C4E;
}
.TagClassName
{
border-color: #1D7C4E;
}
</style>