Shades of Sherwood Green #1D493B
Tints of Sherwood Green #1D493B
RGB
CMYK
RGB Variations
Color information
#1D493B (or 0x1D493B) is known color: Sherwood Green. HEX triplet: 1D, 49 and 3B. RGB value is (29,73,59). Sum of RGB (Red+Green+Blue) = 29+73+59=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #1D493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D493B is #E2B6C4. Grayscale: #3A3A3A. Windows color (decimal): -14857925 or 3885341. OLE color: 3885341.
HSL color Cylindrical-coordinate representation of color #1D493B: hue angle of 160.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D493B is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 59 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.71 |
| HSL | 160.91º | 0.43% | 0.2% | - |
| HSV(B) | 160.91º | 0.6% | 0.29% | - |
| XYZ | 3.68 | 5.34 | 4.97 | - |
| YUV | 58.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 59 | 0.60 | 0 | 0.19 | 0.71 | 160.91 | 0.43 | 0.2 |
| Hex | 1D | 49 | 3B | 3C | 0 | 13 | 47 | A1 | 2B | 14 |
| Octal | 35 | 111 | 73 | 74 | 0 | 23 | 107 | 241 | 53 | 24 |
| Binary | 11101 | 1001001 | 111011 | 111100 | 0 | 10011 | 1000111 | 10100001 | 101011 | 10100 |
Color Harmonies of #1D493B
Complementary color
Monochromatic Colors of #1D493B
Black with #1D493B
Text Example
Text Example
White with #1D493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D493B; }
p { color: rgb(29,73,59); }
H1.HeaderClassName
{
color: #1D493B;
}
.AnyTagClassName
{
color: #1D493B;
}
</style>
background-color css
<style>
a { background-color: #1D493B; }
a { background-color: rgb(29,73,59); }
div.DivClassName
{
background-color: #1D493B;
}
.BgClassName
{
background-color: #1D493B;
}
</style>
border-color css
<style>
span { border-color: #1D493B; }
span { border-color: rgb(29,73,59); }
td.TdClassName
{
border-color: #1D493B;
}
.TagClassName
{
border-color: #1D493B;
}
</style>