Shades of Sherwood Green #1E3E34
Tints of Sherwood Green #1E3E34
RGB
CMYK
RGB Variations
Color information
#1E3E34 (or 0x1E3E34) is known color: Sherwood Green. HEX triplet: 1E, 3E and 34. RGB value is (30,62,52). Sum of RGB (Red+Green+Blue) = 30+62+52=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E34 is #E1C1CB. Grayscale: #333333. Windows color (decimal): -14795212 or 3423774. OLE color: 3423774.
HSL color Cylindrical-coordinate representation of color #1E3E34: hue angle of 161.25º 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 #1E3E34 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 62 | 52 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.76 |
| HSL | 161.25º | 0.35% | 0.18% | - |
| HSV(B) | 161.25º | 0.52% | 0.24% | - |
| XYZ | 2.88 | 3.97 | 3.86 | - |
| YUV | 51.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 52 | 0.52 | 0 | 0.16 | 0.76 | 161.25 | 0.35 | 0.18 |
| Hex | 1E | 3E | 34 | 34 | 0 | 10 | 4C | A1 | 23 | 12 |
| Octal | 36 | 76 | 64 | 64 | 0 | 20 | 114 | 241 | 43 | 22 |
| Binary | 11110 | 111110 | 110100 | 110100 | 0 | 10000 | 1001100 | 10100001 | 100011 | 10010 |
Color Harmonies of #1E3E34
Complementary color
Monochromatic Colors of #1E3E34
Black with #1E3E34
Text Example
Text Example
White with #1E3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E34; }
p { color: rgb(30,62,52); }
H1.HeaderClassName
{
color: #1E3E34;
}
.AnyTagClassName
{
color: #1E3E34;
}
</style>
background-color css
<style>
a { background-color: #1E3E34; }
a { background-color: rgb(30,62,52); }
div.DivClassName
{
background-color: #1E3E34;
}
.BgClassName
{
background-color: #1E3E34;
}
</style>
border-color css
<style>
span { border-color: #1E3E34; }
span { border-color: rgb(30,62,52); }
td.TdClassName
{
border-color: #1E3E34;
}
.TagClassName
{
border-color: #1E3E34;
}
</style>