Shades of Sherwood Green #1D3D33
Tints of Sherwood Green #1D3D33
RGB
CMYK
RGB Variations
Color information
#1D3D33 (or 0x1D3D33) is known color: Sherwood Green. HEX triplet: 1D, 3D and 33. RGB value is (29,61,51). Sum of RGB (Red+Green+Blue) = 29+61+51=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D33 is #E2C2CC. Grayscale: #323232. Windows color (decimal): -14861005 or 3357981. OLE color: 3357981.
HSL color Cylindrical-coordinate representation of color #1D3D33: hue angle of 161.25º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3D33 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 61 | 51 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.76 |
| HSL | 161.25º | 0.36% | 0.18% | - |
| HSV(B) | 161.25º | 0.52% | 0.24% | - |
| XYZ | 2.77 | 3.84 | 3.73 | - |
| YUV | 50.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 51 | 0.52 | 0 | 0.16 | 0.76 | 161.25 | 0.36 | 0.18 |
| Hex | 1D | 3D | 33 | 34 | 0 | 10 | 4C | A1 | 24 | 12 |
| Octal | 35 | 75 | 63 | 64 | 0 | 20 | 114 | 241 | 44 | 22 |
| Binary | 11101 | 111101 | 110011 | 110100 | 0 | 10000 | 1001100 | 10100001 | 100100 | 10010 |
Color Harmonies of #1D3D33
Complementary color
Monochromatic Colors of #1D3D33
Black with #1D3D33
Text Example
Text Example
White with #1D3D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D33; }
p { color: rgb(29,61,51); }
H1.HeaderClassName
{
color: #1D3D33;
}
.AnyTagClassName
{
color: #1D3D33;
}
</style>
background-color css
<style>
a { background-color: #1D3D33; }
a { background-color: rgb(29,61,51); }
div.DivClassName
{
background-color: #1D3D33;
}
.BgClassName
{
background-color: #1D3D33;
}
</style>
border-color css
<style>
span { border-color: #1D3D33; }
span { border-color: rgb(29,61,51); }
td.TdClassName
{
border-color: #1D3D33;
}
.TagClassName
{
border-color: #1D3D33;
}
</style>