Shades of Sherwood Green #1E4E3C
Tints of Sherwood Green #1E4E3C
RGB
CMYK
RGB Variations
Color information
#1E4E3C (or 0x1E4E3C) is known color: Sherwood Green. HEX triplet: 1E, 4E and 3C. RGB value is (30,78,60). Sum of RGB (Red+Green+Blue) = 30+78+60=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #1E4E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4E3C is #E1B1C3. Grayscale: #3D3D3D. Windows color (decimal): -14791108 or 3952158. OLE color: 3952158.
HSL color Cylindrical-coordinate representation of color #1E4E3C: hue angle of 157.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4E3C is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 78 | 60 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.69 |
| HSL | 157.5º | 0.44% | 0.21% | - |
| HSV(B) | 157.5º | 0.62% | 0.31% | - |
| XYZ | 4.08 | 6.05 | 5.23 | - |
| YUV | 61.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 60 | 0.62 | 0 | 0.23 | 0.69 | 157.5 | 0.44 | 0.21 |
| Hex | 1E | 4E | 3C | 3E | 0 | 17 | 45 | 9E | 2C | 15 |
| Octal | 36 | 116 | 74 | 76 | 0 | 27 | 105 | 236 | 54 | 25 |
| Binary | 11110 | 1001110 | 111100 | 111110 | 0 | 10111 | 1000101 | 10011110 | 101100 | 10101 |
Color Harmonies of #1E4E3C
Complementary color
Monochromatic Colors of #1E4E3C
Black with #1E4E3C
Text Example
Text Example
White with #1E4E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4E3C; }
p { color: rgb(30,78,60); }
H1.HeaderClassName
{
color: #1E4E3C;
}
.AnyTagClassName
{
color: #1E4E3C;
}
</style>
background-color css
<style>
a { background-color: #1E4E3C; }
a { background-color: rgb(30,78,60); }
div.DivClassName
{
background-color: #1E4E3C;
}
.BgClassName
{
background-color: #1E4E3C;
}
</style>
border-color css
<style>
span { border-color: #1E4E3C; }
span { border-color: rgb(30,78,60); }
td.TdClassName
{
border-color: #1E4E3C;
}
.TagClassName
{
border-color: #1E4E3C;
}
</style>