Shades of Sherwood Green #0E422F
Tints of Sherwood Green #0E422F
RGB
CMYK
RGB Variations
Color information
#0E422F (or 0x0E422F) is known color: Sherwood Green. HEX triplet: 0E, 42 and 2F. RGB value is (14,66,47). Sum of RGB (Red+Green+Blue) = 14+66+47=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #0E422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E422F is #F1BDD0. Grayscale: #303030. Windows color (decimal): -15842769 or 3097102. OLE color: 3097102.
HSL color Cylindrical-coordinate representation of color #0E422F: hue angle of 158.08º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E422F is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 14 | 66 | 47 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.74 |
| HSL | 158.08º | 0.65% | 0.16% | - |
| HSV(B) | 158.08º | 0.79% | 0.26% | - |
| XYZ | 2.64 | 4.2 | 3.36 | - |
| YUV | 48.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 66 | 47 | 0.79 | 0 | 0.29 | 0.74 | 158.08 | 0.65 | 0.16 |
| Hex | E | 42 | 2F | 4F | 0 | 1D | 4A | 9E | 41 | 10 |
| Octal | 16 | 102 | 57 | 117 | 0 | 35 | 112 | 236 | 101 | 20 |
| Binary | 1110 | 1000010 | 101111 | 1001111 | 0 | 11101 | 1001010 | 10011110 | 1000001 | 10000 |
Color Harmonies of #0E422F
Complementary color
Monochromatic Colors of #0E422F
Black with #0E422F
Text Example
Text Example
White with #0E422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E422F; }
p { color: rgb(14,66,47); }
H1.HeaderClassName
{
color: #0E422F;
}
.AnyTagClassName
{
color: #0E422F;
}
</style>
background-color css
<style>
a { background-color: #0E422F; }
a { background-color: rgb(14,66,47); }
div.DivClassName
{
background-color: #0E422F;
}
.BgClassName
{
background-color: #0E422F;
}
</style>
border-color css
<style>
span { border-color: #0E422F; }
span { border-color: rgb(14,66,47); }
td.TdClassName
{
border-color: #0E422F;
}
.TagClassName
{
border-color: #0E422F;
}
</style>