Shades of Sherwood Green #1D4135
Tints of Sherwood Green #1D4135
RGB
CMYK
RGB Variations
Color information
#1D4135 (or 0x1D4135) is known color: Sherwood Green. HEX triplet: 1D, 41 and 35. RGB value is (29,65,53). Sum of RGB (Red+Green+Blue) = 29+65+53=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4135 is #E2BECA. Grayscale: #343434. Windows color (decimal): -14859979 or 3490077. OLE color: 3490077.
HSL color Cylindrical-coordinate representation of color #1D4135: hue angle of 160º 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 #1D4135 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 53 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.75 |
| HSL | 160º | 0.38% | 0.18% | - |
| HSV(B) | 160º | 0.55% | 0.25% | - |
| XYZ | 3.04 | 4.3 | 4.04 | - |
| YUV | 52.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 53 | 0.55 | 0 | 0.18 | 0.75 | 160 | 0.38 | 0.18 |
| Hex | 1D | 41 | 35 | 37 | 0 | 12 | 4B | A0 | 26 | 12 |
| Octal | 35 | 101 | 65 | 67 | 0 | 22 | 113 | 240 | 46 | 22 |
| Binary | 11101 | 1000001 | 110101 | 110111 | 0 | 10010 | 1001011 | 10100000 | 100110 | 10010 |
Color Harmonies of #1D4135
Complementary color
Monochromatic Colors of #1D4135
Black with #1D4135
Text Example
Text Example
White with #1D4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4135; }
p { color: rgb(29,65,53); }
H1.HeaderClassName
{
color: #1D4135;
}
.AnyTagClassName
{
color: #1D4135;
}
</style>
background-color css
<style>
a { background-color: #1D4135; }
a { background-color: rgb(29,65,53); }
div.DivClassName
{
background-color: #1D4135;
}
.BgClassName
{
background-color: #1D4135;
}
</style>
border-color css
<style>
span { border-color: #1D4135; }
span { border-color: rgb(29,65,53); }
td.TdClassName
{
border-color: #1D4135;
}
.TagClassName
{
border-color: #1D4135;
}
</style>