Shades of Sherwood Green #1D4A39
Tints of Sherwood Green #1D4A39
RGB
CMYK
RGB Variations
Color information
#1D4A39 (or 0x1D4A39) is known color: Sherwood Green. HEX triplet: 1D, 4A and 39. RGB value is (29,74,57). Sum of RGB (Red+Green+Blue) = 29+74+57=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #1D4A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4A39 is #E2B5C6. Grayscale: #3A3A3A. Windows color (decimal): -14857671 or 3754525. OLE color: 3754525.
HSL color Cylindrical-coordinate representation of color #1D4A39: hue angle of 157.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4A39 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 74 | 57 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.71 |
| HSL | 157.33º | 0.44% | 0.2% | - |
| HSV(B) | 157.33º | 0.61% | 0.29% | - |
| XYZ | 3.69 | 5.45 | 4.73 | - |
| YUV | 58.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 57 | 0.61 | 0 | 0.23 | 0.71 | 157.33 | 0.44 | 0.2 |
| Hex | 1D | 4A | 39 | 3D | 0 | 17 | 47 | 9D | 2C | 14 |
| Octal | 35 | 112 | 71 | 75 | 0 | 27 | 107 | 235 | 54 | 24 |
| Binary | 11101 | 1001010 | 111001 | 111101 | 0 | 10111 | 1000111 | 10011101 | 101100 | 10100 |
Color Harmonies of #1D4A39
Complementary color
Monochromatic Colors of #1D4A39
Black with #1D4A39
Text Example
Text Example
White with #1D4A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4A39; }
p { color: rgb(29,74,57); }
H1.HeaderClassName
{
color: #1D4A39;
}
.AnyTagClassName
{
color: #1D4A39;
}
</style>
background-color css
<style>
a { background-color: #1D4A39; }
a { background-color: rgb(29,74,57); }
div.DivClassName
{
background-color: #1D4A39;
}
.BgClassName
{
background-color: #1D4A39;
}
</style>
border-color css
<style>
span { border-color: #1D4A39; }
span { border-color: rgb(29,74,57); }
td.TdClassName
{
border-color: #1D4A39;
}
.TagClassName
{
border-color: #1D4A39;
}
</style>