Shades of Sherwood Green #1E4535
Tints of Sherwood Green #1E4535
RGB
CMYK
RGB Variations
Color information
#1E4535 (or 0x1E4535) is known color: Sherwood Green. HEX triplet: 1E, 45 and 35. RGB value is (30,69,53). Sum of RGB (Red+Green+Blue) = 30+69+53=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #1E4535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4535 is #E1BACA. Grayscale: #373737. Windows color (decimal): -14793419 or 3491102. OLE color: 3491102.
HSL color Cylindrical-coordinate representation of color #1E4535: hue angle of 155.38º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E4535 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 69 | 53 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.73 |
| HSL | 155.38º | 0.39% | 0.19% | - |
| HSV(B) | 155.38º | 0.57% | 0.27% | - |
| XYZ | 3.31 | 4.79 | 4.12 | - |
| YUV | 55.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 53 | 0.57 | 0 | 0.23 | 0.73 | 155.38 | 0.39 | 0.19 |
| Hex | 1E | 45 | 35 | 39 | 0 | 17 | 49 | 9B | 27 | 13 |
| Octal | 36 | 105 | 65 | 71 | 0 | 27 | 111 | 233 | 47 | 23 |
| Binary | 11110 | 1000101 | 110101 | 111001 | 0 | 10111 | 1001001 | 10011011 | 100111 | 10011 |
Color Harmonies of #1E4535
Complementary color
Monochromatic Colors of #1E4535
Black with #1E4535
Text Example
Text Example
White with #1E4535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4535; }
p { color: rgb(30,69,53); }
H1.HeaderClassName
{
color: #1E4535;
}
.AnyTagClassName
{
color: #1E4535;
}
</style>
background-color css
<style>
a { background-color: #1E4535; }
a { background-color: rgb(30,69,53); }
div.DivClassName
{
background-color: #1E4535;
}
.BgClassName
{
background-color: #1E4535;
}
</style>
border-color css
<style>
span { border-color: #1E4535; }
span { border-color: rgb(30,69,53); }
td.TdClassName
{
border-color: #1E4535;
}
.TagClassName
{
border-color: #1E4535;
}
</style>