Shades of Sherwood Green #1E4032
Tints of Sherwood Green #1E4032
RGB
CMYK
RGB Variations
Color information
#1E4032 (or 0x1E4032) is known color: Sherwood Green. HEX triplet: 1E, 40 and 32. RGB value is (30,64,50). Sum of RGB (Red+Green+Blue) = 30+64+50=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #1E4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4032 is #E1BFCD. Grayscale: #343434. Windows color (decimal): -14794702 or 3293214. OLE color: 3293214.
HSL color Cylindrical-coordinate representation of color #1E4032: hue angle of 155.29º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E4032 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 64 | 50 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.75 |
| HSL | 155.29º | 0.36% | 0.18% | - |
| HSV(B) | 155.29º | 0.53% | 0.25% | - |
| XYZ | 2.94 | 4.17 | 3.67 | - |
| YUV | 52.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 50 | 0.53 | 0 | 0.22 | 0.75 | 155.29 | 0.36 | 0.18 |
| Hex | 1E | 40 | 32 | 35 | 0 | 16 | 4B | 9B | 24 | 12 |
| Octal | 36 | 100 | 62 | 65 | 0 | 26 | 113 | 233 | 44 | 22 |
| Binary | 11110 | 1000000 | 110010 | 110101 | 0 | 10110 | 1001011 | 10011011 | 100100 | 10010 |
Color Harmonies of #1E4032
Complementary color
Monochromatic Colors of #1E4032
Black with #1E4032
Text Example
Text Example
White with #1E4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4032; }
p { color: rgb(30,64,50); }
H1.HeaderClassName
{
color: #1E4032;
}
.AnyTagClassName
{
color: #1E4032;
}
</style>
background-color css
<style>
a { background-color: #1E4032; }
a { background-color: rgb(30,64,50); }
div.DivClassName
{
background-color: #1E4032;
}
.BgClassName
{
background-color: #1E4032;
}
</style>
border-color css
<style>
span { border-color: #1E4032; }
span { border-color: rgb(30,64,50); }
td.TdClassName
{
border-color: #1E4032;
}
.TagClassName
{
border-color: #1E4032;
}
</style>