Shades of Sherwood Green #1D4136
Tints of Sherwood Green #1D4136
RGB
CMYK
RGB Variations
Color information
#1D4136 (or 0x1D4136) is known color: Sherwood Green. HEX triplet: 1D, 41 and 36. RGB value is (29,65,54). Sum of RGB (Red+Green+Blue) = 29+65+54=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4136 is #E2BEC9. Grayscale: #343434. Windows color (decimal): -14859978 or 3555613. OLE color: 3555613.
HSL color Cylindrical-coordinate representation of color #1D4136: hue angle of 161.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D4136 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 54 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.75 |
| HSL | 161.67º | 0.38% | 0.18% | - |
| HSV(B) | 161.67º | 0.55% | 0.25% | - |
| XYZ | 3.06 | 4.31 | 4.16 | - |
| YUV | 52.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 54 | 0.55 | 0 | 0.17 | 0.75 | 161.67 | 0.38 | 0.18 |
| Hex | 1D | 41 | 36 | 37 | 0 | 11 | 4B | A2 | 26 | 12 |
| Octal | 35 | 101 | 66 | 67 | 0 | 21 | 113 | 242 | 46 | 22 |
| Binary | 11101 | 1000001 | 110110 | 110111 | 0 | 10001 | 1001011 | 10100010 | 100110 | 10010 |
Color Harmonies of #1D4136
Complementary color
Monochromatic Colors of #1D4136
Black with #1D4136
Text Example
Text Example
White with #1D4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4136; }
p { color: rgb(29,65,54); }
H1.HeaderClassName
{
color: #1D4136;
}
.AnyTagClassName
{
color: #1D4136;
}
</style>
background-color css
<style>
a { background-color: #1D4136; }
a { background-color: rgb(29,65,54); }
div.DivClassName
{
background-color: #1D4136;
}
.BgClassName
{
background-color: #1D4136;
}
</style>
border-color css
<style>
span { border-color: #1D4136; }
span { border-color: rgb(29,65,54); }
td.TdClassName
{
border-color: #1D4136;
}
.TagClassName
{
border-color: #1D4136;
}
</style>