Shades of Sherwood Green #1D473B
Tints of Sherwood Green #1D473B
RGB
CMYK
RGB Variations
Color information
#1D473B (or 0x1D473B) is known color: Sherwood Green. HEX triplet: 1D, 47 and 3B. RGB value is (29,71,59). Sum of RGB (Red+Green+Blue) = 29+71+59=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #1D473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D473B is #E2B8C4. Grayscale: #393939. Windows color (decimal): -14858437 or 3884829. OLE color: 3884829.
HSL color Cylindrical-coordinate representation of color #1D473B: hue angle of 162.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D473B is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 59 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.72 |
| HSL | 162.86º | 0.42% | 0.2% | - |
| HSV(B) | 162.86º | 0.59% | 0.28% | - |
| XYZ | 3.55 | 5.08 | 4.93 | - |
| YUV | 57.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 59 | 0.59 | 0 | 0.17 | 0.72 | 162.86 | 0.42 | 0.2 |
| Hex | 1D | 47 | 3B | 3B | 0 | 11 | 48 | A3 | 2A | 14 |
| Octal | 35 | 107 | 73 | 73 | 0 | 21 | 110 | 243 | 52 | 24 |
| Binary | 11101 | 1000111 | 111011 | 111011 | 0 | 10001 | 1001000 | 10100011 | 101010 | 10100 |
Color Harmonies of #1D473B
Complementary color
Monochromatic Colors of #1D473B
Black with #1D473B
Text Example
Text Example
White with #1D473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D473B; }
p { color: rgb(29,71,59); }
H1.HeaderClassName
{
color: #1D473B;
}
.AnyTagClassName
{
color: #1D473B;
}
</style>
background-color css
<style>
a { background-color: #1D473B; }
a { background-color: rgb(29,71,59); }
div.DivClassName
{
background-color: #1D473B;
}
.BgClassName
{
background-color: #1D473B;
}
</style>
border-color css
<style>
span { border-color: #1D473B; }
span { border-color: rgb(29,71,59); }
td.TdClassName
{
border-color: #1D473B;
}
.TagClassName
{
border-color: #1D473B;
}
</style>