Shades of Sherwood Green #1D4232
Tints of Sherwood Green #1D4232
RGB
CMYK
RGB Variations
Color information
#1D4232 (or 0x1D4232) is known color: Sherwood Green. HEX triplet: 1D, 42 and 32. RGB value is (29,66,50). Sum of RGB (Red+Green+Blue) = 29+66+50=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #1D4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4232 is #E2BDCD. Grayscale: #353535. Windows color (decimal): -14859726 or 3293725. OLE color: 3293725.
HSL color Cylindrical-coordinate representation of color #1D4232: hue angle of 154.05º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D4232 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 50 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.74 |
| HSL | 154.05º | 0.39% | 0.19% | - |
| HSV(B) | 154.05º | 0.56% | 0.26% | - |
| XYZ | 3.03 | 4.39 | 3.7 | - |
| YUV | 53.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 50 | 0.56 | 0 | 0.24 | 0.74 | 154.05 | 0.39 | 0.19 |
| Hex | 1D | 42 | 32 | 38 | 0 | 18 | 4A | 9A | 27 | 13 |
| Octal | 35 | 102 | 62 | 70 | 0 | 30 | 112 | 232 | 47 | 23 |
| Binary | 11101 | 1000010 | 110010 | 111000 | 0 | 11000 | 1001010 | 10011010 | 100111 | 10011 |
Color Harmonies of #1D4232
Complementary color
Monochromatic Colors of #1D4232
Black with #1D4232
Text Example
Text Example
White with #1D4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4232; }
p { color: rgb(29,66,50); }
H1.HeaderClassName
{
color: #1D4232;
}
.AnyTagClassName
{
color: #1D4232;
}
</style>
background-color css
<style>
a { background-color: #1D4232; }
a { background-color: rgb(29,66,50); }
div.DivClassName
{
background-color: #1D4232;
}
.BgClassName
{
background-color: #1D4232;
}
</style>
border-color css
<style>
span { border-color: #1D4232; }
span { border-color: rgb(29,66,50); }
td.TdClassName
{
border-color: #1D4232;
}
.TagClassName
{
border-color: #1D4232;
}
</style>