Shades of Sherwood Green #1E4F3F
Tints of Sherwood Green #1E4F3F
RGB
CMYK
RGB Variations
Color information
#1E4F3F (or 0x1E4F3F) is known color: Sherwood Green. HEX triplet: 1E, 4F and 3F. RGB value is (30,79,63). Sum of RGB (Red+Green+Blue) = 30+79+63=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4F3F is #E1B0C0. Grayscale: #3E3E3E. Windows color (decimal): -14790849 or 4149022. OLE color: 4149022.
HSL color Cylindrical-coordinate representation of color #1E4F3F: hue angle of 160.41º degrees, saturation: 0.45, 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 #1E4F3F is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 79 | 63 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.69 |
| HSL | 160.41º | 0.45% | 0.21% | - |
| HSV(B) | 160.41º | 0.62% | 0.31% | - |
| XYZ | 4.23 | 6.23 | 5.68 | - |
| YUV | 62.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 63 | 0.62 | 0 | 0.20 | 0.69 | 160.41 | 0.45 | 0.21 |
| Hex | 1E | 4F | 3F | 3E | 0 | 14 | 45 | A0 | 2D | 15 |
| Octal | 36 | 117 | 77 | 76 | 0 | 24 | 105 | 240 | 55 | 25 |
| Binary | 11110 | 1001111 | 111111 | 111110 | 0 | 10100 | 1000101 | 10100000 | 101101 | 10101 |
Color Harmonies of #1E4F3F
Complementary color
Monochromatic Colors of #1E4F3F
Black with #1E4F3F
Text Example
Text Example
White with #1E4F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4F3F; }
p { color: rgb(30,79,63); }
H1.HeaderClassName
{
color: #1E4F3F;
}
.AnyTagClassName
{
color: #1E4F3F;
}
</style>
background-color css
<style>
a { background-color: #1E4F3F; }
a { background-color: rgb(30,79,63); }
div.DivClassName
{
background-color: #1E4F3F;
}
.BgClassName
{
background-color: #1E4F3F;
}
</style>
border-color css
<style>
span { border-color: #1E4F3F; }
span { border-color: rgb(30,79,63); }
td.TdClassName
{
border-color: #1E4F3F;
}
.TagClassName
{
border-color: #1E4F3F;
}
</style>