Shades of Sherwood Green #1D4435
Tints of Sherwood Green #1D4435
RGB
CMYK
RGB Variations
Color information
#1D4435 (or 0x1D4435) is known color: Sherwood Green. HEX triplet: 1D, 44 and 35. RGB value is (29,68,53). Sum of RGB (Red+Green+Blue) = 29+68+53=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #1D4435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4435 is #E2BBCA. Grayscale: #363636. Windows color (decimal): -14859211 or 3490845. OLE color: 3490845.
HSL color Cylindrical-coordinate representation of color #1D4435: hue angle of 156.92º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D4435 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 68 | 53 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.73 |
| HSL | 156.92º | 0.4% | 0.19% | - |
| HSV(B) | 156.92º | 0.57% | 0.27% | - |
| XYZ | 3.22 | 4.65 | 4.1 | - |
| YUV | 54.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 53 | 0.57 | 0 | 0.22 | 0.73 | 156.92 | 0.4 | 0.19 |
| Hex | 1D | 44 | 35 | 39 | 0 | 16 | 49 | 9D | 28 | 13 |
| Octal | 35 | 104 | 65 | 71 | 0 | 26 | 111 | 235 | 50 | 23 |
| Binary | 11101 | 1000100 | 110101 | 111001 | 0 | 10110 | 1001001 | 10011101 | 101000 | 10011 |
Color Harmonies of #1D4435
Complementary color
Monochromatic Colors of #1D4435
Black with #1D4435
Text Example
Text Example
White with #1D4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4435; }
p { color: rgb(29,68,53); }
H1.HeaderClassName
{
color: #1D4435;
}
.AnyTagClassName
{
color: #1D4435;
}
</style>
background-color css
<style>
a { background-color: #1D4435; }
a { background-color: rgb(29,68,53); }
div.DivClassName
{
background-color: #1D4435;
}
.BgClassName
{
background-color: #1D4435;
}
</style>
border-color css
<style>
span { border-color: #1D4435; }
span { border-color: rgb(29,68,53); }
td.TdClassName
{
border-color: #1D4435;
}
.TagClassName
{
border-color: #1D4435;
}
</style>