Shades of Sherwood Green #1E473B
Tints of Sherwood Green #1E473B
RGB
CMYK
RGB Variations
Color information
#1E473B (or 0x1E473B) is known color: Sherwood Green. HEX triplet: 1E, 47 and 3B. RGB value is (30,71,59). Sum of RGB (Red+Green+Blue) = 30+71+59=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #1E473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E473B is #E1B8C4. Grayscale: #393939. Windows color (decimal): -14792901 or 3884830. OLE color: 3884830.
HSL color Cylindrical-coordinate representation of color #1E473B: hue angle of 162.44º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E473B is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 71 | 59 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.72 |
| HSL | 162.44º | 0.41% | 0.2% | - |
| HSV(B) | 162.44º | 0.58% | 0.28% | - |
| XYZ | 3.58 | 5.1 | 4.93 | - |
| YUV | 57.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 59 | 0.58 | 0 | 0.17 | 0.72 | 162.44 | 0.41 | 0.2 |
| Hex | 1E | 47 | 3B | 3A | 0 | 11 | 48 | A2 | 29 | 14 |
| Octal | 36 | 107 | 73 | 72 | 0 | 21 | 110 | 242 | 51 | 24 |
| Binary | 11110 | 1000111 | 111011 | 111010 | 0 | 10001 | 1001000 | 10100010 | 101001 | 10100 |
Color Harmonies of #1E473B
Complementary color
Monochromatic Colors of #1E473B
Black with #1E473B
Text Example
Text Example
White with #1E473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E473B; }
p { color: rgb(30,71,59); }
H1.HeaderClassName
{
color: #1E473B;
}
.AnyTagClassName
{
color: #1E473B;
}
</style>
background-color css
<style>
a { background-color: #1E473B; }
a { background-color: rgb(30,71,59); }
div.DivClassName
{
background-color: #1E473B;
}
.BgClassName
{
background-color: #1E473B;
}
</style>
border-color css
<style>
span { border-color: #1E473B; }
span { border-color: rgb(30,71,59); }
td.TdClassName
{
border-color: #1E473B;
}
.TagClassName
{
border-color: #1E473B;
}
</style>