Shades of Sherwood Green #1D4E3F
Tints of Sherwood Green #1D4E3F
RGB
CMYK
RGB Variations
Color information
#1D4E3F (or 0x1D4E3F) is known color: Sherwood Green. HEX triplet: 1D, 4E and 3F. RGB value is (29,78,63). Sum of RGB (Red+Green+Blue) = 29+78+63=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E3F is #E2B1C0. Grayscale: #3D3D3D. Windows color (decimal): -14856641 or 4148765. OLE color: 4148765.
HSL color Cylindrical-coordinate representation of color #1D4E3F: hue angle of 161.63º 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 #1D4E3F is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 78 | 63 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.69 |
| HSL | 161.63º | 0.46% | 0.21% | - |
| HSV(B) | 161.63º | 0.63% | 0.31% | - |
| XYZ | 4.13 | 6.07 | 5.66 | - |
| YUV | 61.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 63 | 0.63 | 0 | 0.19 | 0.69 | 161.63 | 0.46 | 0.21 |
| Hex | 1D | 4E | 3F | 3F | 0 | 13 | 45 | A2 | 2E | 15 |
| Octal | 35 | 116 | 77 | 77 | 0 | 23 | 105 | 242 | 56 | 25 |
| Binary | 11101 | 1001110 | 111111 | 111111 | 0 | 10011 | 1000101 | 10100010 | 101110 | 10101 |
Color Harmonies of #1D4E3F
Complementary color
Monochromatic Colors of #1D4E3F
Black with #1D4E3F
Text Example
Text Example
White with #1D4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4E3F; }
p { color: rgb(29,78,63); }
H1.HeaderClassName
{
color: #1D4E3F;
}
.AnyTagClassName
{
color: #1D4E3F;
}
</style>
background-color css
<style>
a { background-color: #1D4E3F; }
a { background-color: rgb(29,78,63); }
div.DivClassName
{
background-color: #1D4E3F;
}
.BgClassName
{
background-color: #1D4E3F;
}
</style>
border-color css
<style>
span { border-color: #1D4E3F; }
span { border-color: rgb(29,78,63); }
td.TdClassName
{
border-color: #1D4E3F;
}
.TagClassName
{
border-color: #1D4E3F;
}
</style>