Shades of Sherwood Green #1D4132
Tints of Sherwood Green #1D4132
RGB
CMYK
RGB Variations
Color information
#1D4132 (or 0x1D4132) is known color: Sherwood Green. HEX triplet: 1D, 41 and 32. RGB value is (29,65,50). Sum of RGB (Red+Green+Blue) = 29+65+50=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4132 is #E2BECD. Grayscale: #343434. Windows color (decimal): -14859982 or 3293469. OLE color: 3293469.
HSL color Cylindrical-coordinate representation of color #1D4132: hue angle of 155º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D4132 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 50 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.75 |
| HSL | 155º | 0.38% | 0.18% | - |
| HSV(B) | 155º | 0.55% | 0.25% | - |
| XYZ | 2.97 | 4.27 | 3.69 | - |
| YUV | 52.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 50 | 0.55 | 0 | 0.23 | 0.75 | 155 | 0.38 | 0.18 |
| Hex | 1D | 41 | 32 | 37 | 0 | 17 | 4B | 9B | 26 | 12 |
| Octal | 35 | 101 | 62 | 67 | 0 | 27 | 113 | 233 | 46 | 22 |
| Binary | 11101 | 1000001 | 110010 | 110111 | 0 | 10111 | 1001011 | 10011011 | 100110 | 10010 |
Color Harmonies of #1D4132
Complementary color
Monochromatic Colors of #1D4132
Black with #1D4132
Text Example
Text Example
White with #1D4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4132; }
p { color: rgb(29,65,50); }
H1.HeaderClassName
{
color: #1D4132;
}
.AnyTagClassName
{
color: #1D4132;
}
</style>
background-color css
<style>
a { background-color: #1D4132; }
a { background-color: rgb(29,65,50); }
div.DivClassName
{
background-color: #1D4132;
}
.BgClassName
{
background-color: #1D4132;
}
</style>
border-color css
<style>
span { border-color: #1D4132; }
span { border-color: rgb(29,65,50); }
td.TdClassName
{
border-color: #1D4132;
}
.TagClassName
{
border-color: #1D4132;
}
</style>