Shades of Sherwood Green #1D3F35
Tints of Sherwood Green #1D3F35
RGB
CMYK
RGB Variations
Color information
#1D3F35 (or 0x1D3F35) is known color: Sherwood Green. HEX triplet: 1D, 3F and 35. RGB value is (29,63,53). Sum of RGB (Red+Green+Blue) = 29+63+53=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F35 is #E2C0CA. Grayscale: #333333. Windows color (decimal): -14860491 or 3489565. OLE color: 3489565.
HSL color Cylindrical-coordinate representation of color #1D3F35: hue angle of 162.35º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D3F35 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 63 | 53 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.75 |
| HSL | 162.35º | 0.37% | 0.18% | - |
| HSV(B) | 162.35º | 0.54% | 0.25% | - |
| XYZ | 2.93 | 4.07 | 4 | - |
| YUV | 51.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 53 | 0.54 | 0 | 0.16 | 0.75 | 162.35 | 0.37 | 0.18 |
| Hex | 1D | 3F | 35 | 36 | 0 | 10 | 4B | A2 | 25 | 12 |
| Octal | 35 | 77 | 65 | 66 | 0 | 20 | 113 | 242 | 45 | 22 |
| Binary | 11101 | 111111 | 110101 | 110110 | 0 | 10000 | 1001011 | 10100010 | 100101 | 10010 |
Color Harmonies of #1D3F35
Complementary color
Monochromatic Colors of #1D3F35
Black with #1D3F35
Text Example
Text Example
White with #1D3F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F35; }
p { color: rgb(29,63,53); }
H1.HeaderClassName
{
color: #1D3F35;
}
.AnyTagClassName
{
color: #1D3F35;
}
</style>
background-color css
<style>
a { background-color: #1D3F35; }
a { background-color: rgb(29,63,53); }
div.DivClassName
{
background-color: #1D3F35;
}
.BgClassName
{
background-color: #1D3F35;
}
</style>
border-color css
<style>
span { border-color: #1D3F35; }
span { border-color: rgb(29,63,53); }
td.TdClassName
{
border-color: #1D3F35;
}
.TagClassName
{
border-color: #1D3F35;
}
</style>