Shades of Sherwood Green #1D4E3D
Tints of Sherwood Green #1D4E3D
RGB
CMYK
RGB Variations
Color information
#1D4E3D (or 0x1D4E3D) is known color: Sherwood Green. HEX triplet: 1D, 4E and 3D. RGB value is (29,78,61). Sum of RGB (Red+Green+Blue) = 29+78+61=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E3D is #E2B1C2. Grayscale: #3D3D3D. Windows color (decimal): -14856643 or 4017693. OLE color: 4017693.
HSL color Cylindrical-coordinate representation of color #1D4E3D: hue angle of 159.18º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4E3D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 78 | 61 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.69 |
| HSL | 159.18º | 0.46% | 0.21% | - |
| HSV(B) | 159.18º | 0.63% | 0.31% | - |
| XYZ | 4.07 | 6.05 | 5.37 | - |
| YUV | 61.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 61 | 0.63 | 0 | 0.22 | 0.69 | 159.18 | 0.46 | 0.21 |
| Hex | 1D | 4E | 3D | 3F | 0 | 16 | 45 | 9F | 2E | 15 |
| Octal | 35 | 116 | 75 | 77 | 0 | 26 | 105 | 237 | 56 | 25 |
| Binary | 11101 | 1001110 | 111101 | 111111 | 0 | 10110 | 1000101 | 10011111 | 101110 | 10101 |
Color Harmonies of #1D4E3D
Complementary color
Monochromatic Colors of #1D4E3D
Black with #1D4E3D
Text Example
Text Example
White with #1D4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4E3D; }
p { color: rgb(29,78,61); }
H1.HeaderClassName
{
color: #1D4E3D;
}
.AnyTagClassName
{
color: #1D4E3D;
}
</style>
background-color css
<style>
a { background-color: #1D4E3D; }
a { background-color: rgb(29,78,61); }
div.DivClassName
{
background-color: #1D4E3D;
}
.BgClassName
{
background-color: #1D4E3D;
}
</style>
border-color css
<style>
span { border-color: #1D4E3D; }
span { border-color: rgb(29,78,61); }
td.TdClassName
{
border-color: #1D4E3D;
}
.TagClassName
{
border-color: #1D4E3D;
}
</style>