Shades of Sherwood Green #1D4F3F
Tints of Sherwood Green #1D4F3F
RGB
CMYK
RGB Variations
Color information
#1D4F3F (or 0x1D4F3F) is known color: Sherwood Green. HEX triplet: 1D, 4F and 3F. RGB value is (29,79,63). Sum of RGB (Red+Green+Blue) = 29+79+63=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F3F is #E2B0C0. Grayscale: #3E3E3E. Windows color (decimal): -14856385 or 4149021. OLE color: 4149021.
HSL color Cylindrical-coordinate representation of color #1D4F3F: hue angle of 160.8º 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 #1D4F3F is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 79 | 63 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.69 |
| HSL | 160.8º | 0.46% | 0.21% | - |
| HSV(B) | 160.8º | 0.63% | 0.31% | - |
| XYZ | 4.2 | 6.21 | 5.68 | - |
| YUV | 62.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 63 | 0.63 | 0 | 0.20 | 0.69 | 160.8 | 0.46 | 0.21 |
| Hex | 1D | 4F | 3F | 3F | 0 | 14 | 45 | A1 | 2E | 15 |
| Octal | 35 | 117 | 77 | 77 | 0 | 24 | 105 | 241 | 56 | 25 |
| Binary | 11101 | 1001111 | 111111 | 111111 | 0 | 10100 | 1000101 | 10100001 | 101110 | 10101 |
Color Harmonies of #1D4F3F
Complementary color
Monochromatic Colors of #1D4F3F
Black with #1D4F3F
Text Example
Text Example
White with #1D4F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4F3F; }
p { color: rgb(29,79,63); }
H1.HeaderClassName
{
color: #1D4F3F;
}
.AnyTagClassName
{
color: #1D4F3F;
}
</style>
background-color css
<style>
a { background-color: #1D4F3F; }
a { background-color: rgb(29,79,63); }
div.DivClassName
{
background-color: #1D4F3F;
}
.BgClassName
{
background-color: #1D4F3F;
}
</style>
border-color css
<style>
span { border-color: #1D4F3F; }
span { border-color: rgb(29,79,63); }
td.TdClassName
{
border-color: #1D4F3F;
}
.TagClassName
{
border-color: #1D4F3F;
}
</style>