Shades of Sherwood Green #1E4E3F
Tints of Sherwood Green #1E4E3F
RGB
CMYK
RGB Variations
Color information
#1E4E3F (or 0x1E4E3F) is known color: Sherwood Green. HEX triplet: 1E, 4E and 3F. RGB value is (30,78,63). Sum of RGB (Red+Green+Blue) = 30+78+63=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #1E4E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4E3F is #E1B1C0. Grayscale: #3D3D3D. Windows color (decimal): -14791105 or 4148766. OLE color: 4148766.
HSL color Cylindrical-coordinate representation of color #1E4E3F: hue angle of 161.25º 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 #1E4E3F is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 78 | 63 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.69 |
| HSL | 161.25º | 0.44% | 0.21% | - |
| HSV(B) | 161.25º | 0.62% | 0.31% | - |
| XYZ | 4.16 | 6.08 | 5.66 | - |
| YUV | 61.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 63 | 0.62 | 0 | 0.19 | 0.69 | 161.25 | 0.44 | 0.21 |
| Hex | 1E | 4E | 3F | 3E | 0 | 13 | 45 | A1 | 2C | 15 |
| Octal | 36 | 116 | 77 | 76 | 0 | 23 | 105 | 241 | 54 | 25 |
| Binary | 11110 | 1001110 | 111111 | 111110 | 0 | 10011 | 1000101 | 10100001 | 101100 | 10101 |
Color Harmonies of #1E4E3F
Complementary color
Monochromatic Colors of #1E4E3F
Black with #1E4E3F
Text Example
Text Example
White with #1E4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4E3F; }
p { color: rgb(30,78,63); }
H1.HeaderClassName
{
color: #1E4E3F;
}
.AnyTagClassName
{
color: #1E4E3F;
}
</style>
background-color css
<style>
a { background-color: #1E4E3F; }
a { background-color: rgb(30,78,63); }
div.DivClassName
{
background-color: #1E4E3F;
}
.BgClassName
{
background-color: #1E4E3F;
}
</style>
border-color css
<style>
span { border-color: #1E4E3F; }
span { border-color: rgb(30,78,63); }
td.TdClassName
{
border-color: #1E4E3F;
}
.TagClassName
{
border-color: #1E4E3F;
}
</style>