Shades of Sherwood Green #1D4236
Tints of Sherwood Green #1D4236
RGB
CMYK
RGB Variations
Color information
#1D4236 (or 0x1D4236) is known color: Sherwood Green. HEX triplet: 1D, 42 and 36. RGB value is (29,66,54). Sum of RGB (Red+Green+Blue) = 29+66+54=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #1D4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4236 is #E2BDC9. Grayscale: #353535. Windows color (decimal): -14859722 or 3555869. OLE color: 3555869.
HSL color Cylindrical-coordinate representation of color #1D4236: hue angle of 160.54º 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 #1D4236 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 54 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.74 |
| HSL | 160.54º | 0.39% | 0.19% | - |
| HSV(B) | 160.54º | 0.56% | 0.26% | - |
| XYZ | 3.12 | 4.42 | 4.18 | - |
| YUV | 53.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 54 | 0.56 | 0 | 0.18 | 0.74 | 160.54 | 0.39 | 0.19 |
| Hex | 1D | 42 | 36 | 38 | 0 | 12 | 4A | A1 | 27 | 13 |
| Octal | 35 | 102 | 66 | 70 | 0 | 22 | 112 | 241 | 47 | 23 |
| Binary | 11101 | 1000010 | 110110 | 111000 | 0 | 10010 | 1001010 | 10100001 | 100111 | 10011 |
Color Harmonies of #1D4236
Complementary color
Monochromatic Colors of #1D4236
Black with #1D4236
Text Example
Text Example
White with #1D4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4236; }
p { color: rgb(29,66,54); }
H1.HeaderClassName
{
color: #1D4236;
}
.AnyTagClassName
{
color: #1D4236;
}
</style>
background-color css
<style>
a { background-color: #1D4236; }
a { background-color: rgb(29,66,54); }
div.DivClassName
{
background-color: #1D4236;
}
.BgClassName
{
background-color: #1D4236;
}
</style>
border-color css
<style>
span { border-color: #1D4236; }
span { border-color: rgb(29,66,54); }
td.TdClassName
{
border-color: #1D4236;
}
.TagClassName
{
border-color: #1D4236;
}
</style>