Shades of Sherwood Green #1D4134
Tints of Sherwood Green #1D4134
RGB
CMYK
RGB Variations
Color information
#1D4134 (or 0x1D4134) is known color: Sherwood Green. HEX triplet: 1D, 41 and 34. RGB value is (29,65,52). Sum of RGB (Red+Green+Blue) = 29+65+52=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4134 is #E2BECB. Grayscale: #343434. Windows color (decimal): -14859980 or 3424541. OLE color: 3424541.
HSL color Cylindrical-coordinate representation of color #1D4134: hue angle of 158.33º 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 #1D4134 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 52 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.75 |
| HSL | 158.33º | 0.38% | 0.18% | - |
| HSV(B) | 158.33º | 0.55% | 0.25% | - |
| XYZ | 3.02 | 4.29 | 3.92 | - |
| YUV | 52.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 52 | 0.55 | 0 | 0.20 | 0.75 | 158.33 | 0.38 | 0.18 |
| Hex | 1D | 41 | 34 | 37 | 0 | 14 | 4B | 9E | 26 | 12 |
| Octal | 35 | 101 | 64 | 67 | 0 | 24 | 113 | 236 | 46 | 22 |
| Binary | 11101 | 1000001 | 110100 | 110111 | 0 | 10100 | 1001011 | 10011110 | 100110 | 10010 |
Color Harmonies of #1D4134
Complementary color
Monochromatic Colors of #1D4134
Black with #1D4134
Text Example
Text Example
White with #1D4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4134; }
p { color: rgb(29,65,52); }
H1.HeaderClassName
{
color: #1D4134;
}
.AnyTagClassName
{
color: #1D4134;
}
</style>
background-color css
<style>
a { background-color: #1D4134; }
a { background-color: rgb(29,65,52); }
div.DivClassName
{
background-color: #1D4134;
}
.BgClassName
{
background-color: #1D4134;
}
</style>
border-color css
<style>
span { border-color: #1D4134; }
span { border-color: rgb(29,65,52); }
td.TdClassName
{
border-color: #1D4134;
}
.TagClassName
{
border-color: #1D4134;
}
</style>