Shades of Sherwood Green #1D4332
Tints of Sherwood Green #1D4332
RGB
CMYK
RGB Variations
Color information
#1D4332 (or 0x1D4332) is known color: Sherwood Green. HEX triplet: 1D, 43 and 32. RGB value is (29,67,50). Sum of RGB (Red+Green+Blue) = 29+67+50=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #1D4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4332 is #E2BCCD. Grayscale: #353535. Windows color (decimal): -14859470 or 3293981. OLE color: 3293981.
HSL color Cylindrical-coordinate representation of color #1D4332: hue angle of 153.16º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D4332 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 50 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.74 |
| HSL | 153.16º | 0.4% | 0.19% | - |
| HSV(B) | 153.16º | 0.57% | 0.26% | - |
| XYZ | 3.09 | 4.51 | 3.72 | - |
| YUV | 53.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 50 | 0.57 | 0 | 0.25 | 0.74 | 153.16 | 0.4 | 0.19 |
| Hex | 1D | 43 | 32 | 39 | 0 | 19 | 4A | 99 | 28 | 13 |
| Octal | 35 | 103 | 62 | 71 | 0 | 31 | 112 | 231 | 50 | 23 |
| Binary | 11101 | 1000011 | 110010 | 111001 | 0 | 11001 | 1001010 | 10011001 | 101000 | 10011 |
Color Harmonies of #1D4332
Complementary color
Monochromatic Colors of #1D4332
Black with #1D4332
Text Example
Text Example
White with #1D4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4332; }
p { color: rgb(29,67,50); }
H1.HeaderClassName
{
color: #1D4332;
}
.AnyTagClassName
{
color: #1D4332;
}
</style>
background-color css
<style>
a { background-color: #1D4332; }
a { background-color: rgb(29,67,50); }
div.DivClassName
{
background-color: #1D4332;
}
.BgClassName
{
background-color: #1D4332;
}
</style>
border-color css
<style>
span { border-color: #1D4332; }
span { border-color: rgb(29,67,50); }
td.TdClassName
{
border-color: #1D4332;
}
.TagClassName
{
border-color: #1D4332;
}
</style>