Shades of Sherwood Green #1D4133
Tints of Sherwood Green #1D4133
RGB
CMYK
RGB Variations
Color information
#1D4133 (or 0x1D4133) is known color: Sherwood Green. HEX triplet: 1D, 41 and 33. RGB value is (29,65,51). Sum of RGB (Red+Green+Blue) = 29+65+51=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4133 is #E2BECC. Grayscale: #343434. Windows color (decimal): -14859981 or 3359005. OLE color: 3359005.
HSL color Cylindrical-coordinate representation of color #1D4133: hue angle of 156.67º 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 #1D4133 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 51 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.75 |
| HSL | 156.67º | 0.38% | 0.18% | - |
| HSV(B) | 156.67º | 0.55% | 0.25% | - |
| XYZ | 2.99 | 4.28 | 3.8 | - |
| YUV | 52.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 51 | 0.55 | 0 | 0.22 | 0.75 | 156.67 | 0.38 | 0.18 |
| Hex | 1D | 41 | 33 | 37 | 0 | 16 | 4B | 9D | 26 | 12 |
| Octal | 35 | 101 | 63 | 67 | 0 | 26 | 113 | 235 | 46 | 22 |
| Binary | 11101 | 1000001 | 110011 | 110111 | 0 | 10110 | 1001011 | 10011101 | 100110 | 10010 |
Color Harmonies of #1D4133
Complementary color
Monochromatic Colors of #1D4133
Black with #1D4133
Text Example
Text Example
White with #1D4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4133; }
p { color: rgb(29,65,51); }
H1.HeaderClassName
{
color: #1D4133;
}
.AnyTagClassName
{
color: #1D4133;
}
</style>
background-color css
<style>
a { background-color: #1D4133; }
a { background-color: rgb(29,65,51); }
div.DivClassName
{
background-color: #1D4133;
}
.BgClassName
{
background-color: #1D4133;
}
</style>
border-color css
<style>
span { border-color: #1D4133; }
span { border-color: rgb(29,65,51); }
td.TdClassName
{
border-color: #1D4133;
}
.TagClassName
{
border-color: #1D4133;
}
</style>