Shades of Sherwood Green #1E3E31
Tints of Sherwood Green #1E3E31
RGB
CMYK
RGB Variations
Color information
#1E3E31 (or 0x1E3E31) is known color: Sherwood Green. HEX triplet: 1E, 3E and 31. RGB value is (30,62,49). Sum of RGB (Red+Green+Blue) = 30+62+49=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E31 is #E1C1CE. Grayscale: #323232. Windows color (decimal): -14795215 or 3227166. OLE color: 3227166.
HSL color Cylindrical-coordinate representation of color #1E3E31: hue angle of 155.62º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3E31 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 62 | 49 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.76 |
| HSL | 155.63º | 0.35% | 0.18% | - |
| HSV(B) | 155.63º | 0.52% | 0.24% | - |
| XYZ | 2.81 | 3.94 | 3.52 | - |
| YUV | 50.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 49 | 0.52 | 0 | 0.21 | 0.76 | 155.63 | 0.35 | 0.18 |
| Hex | 1E | 3E | 31 | 34 | 0 | 15 | 4C | 9C | 23 | 12 |
| Octal | 36 | 76 | 61 | 64 | 0 | 25 | 114 | 234 | 43 | 22 |
| Binary | 11110 | 111110 | 110001 | 110100 | 0 | 10101 | 1001100 | 10011100 | 100011 | 10010 |
Color Harmonies of #1E3E31
Complementary color
Monochromatic Colors of #1E3E31
Black with #1E3E31
Text Example
Text Example
White with #1E3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E31; }
p { color: rgb(30,62,49); }
H1.HeaderClassName
{
color: #1E3E31;
}
.AnyTagClassName
{
color: #1E3E31;
}
</style>
background-color css
<style>
a { background-color: #1E3E31; }
a { background-color: rgb(30,62,49); }
div.DivClassName
{
background-color: #1E3E31;
}
.BgClassName
{
background-color: #1E3E31;
}
</style>
border-color css
<style>
span { border-color: #1E3E31; }
span { border-color: rgb(30,62,49); }
td.TdClassName
{
border-color: #1E3E31;
}
.TagClassName
{
border-color: #1E3E31;
}
</style>