Shades of Sherwood Green #1E3C33
Tints of Sherwood Green #1E3C33
RGB
CMYK
RGB Variations
Color information
#1E3C33 (or 0x1E3C33) is known color: Sherwood Green. HEX triplet: 1E, 3C and 33. RGB value is (30,60,51). Sum of RGB (Red+Green+Blue) = 30+60+51=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #1E3C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3C33 is #E1C3CC. Grayscale: #323232. Windows color (decimal): -14795725 or 3357726. OLE color: 3357726.
HSL color Cylindrical-coordinate representation of color #1E3C33: hue angle of 162º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E3C33 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 60 | 51 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.76 |
| HSL | 162º | 0.33% | 0.18% | - |
| HSV(B) | 162º | 0.5% | 0.24% | - |
| XYZ | 2.75 | 3.75 | 3.71 | - |
| YUV | 50 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 51 | 0.50 | 0 | 0.15 | 0.76 | 162 | 0.33 | 0.18 |
| Hex | 1E | 3C | 33 | 32 | 0 | F | 4C | A2 | 21 | 12 |
| Octal | 36 | 74 | 63 | 62 | 0 | 17 | 114 | 242 | 41 | 22 |
| Binary | 11110 | 111100 | 110011 | 110010 | 0 | 1111 | 1001100 | 10100010 | 100001 | 10010 |
Color Harmonies of #1E3C33
Complementary color
Monochromatic Colors of #1E3C33
Black with #1E3C33
Text Example
Text Example
White with #1E3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C33; }
p { color: rgb(30,60,51); }
H1.HeaderClassName
{
color: #1E3C33;
}
.AnyTagClassName
{
color: #1E3C33;
}
</style>
background-color css
<style>
a { background-color: #1E3C33; }
a { background-color: rgb(30,60,51); }
div.DivClassName
{
background-color: #1E3C33;
}
.BgClassName
{
background-color: #1E3C33;
}
</style>
border-color css
<style>
span { border-color: #1E3C33; }
span { border-color: rgb(30,60,51); }
td.TdClassName
{
border-color: #1E3C33;
}
.TagClassName
{
border-color: #1E3C33;
}
</style>