Shades of Sherwood Green #0E4230
Tints of Sherwood Green #0E4230
RGB
CMYK
RGB Variations
Color information
#0E4230 (or 0x0E4230) is known color: Sherwood Green. HEX triplet: 0E, 42 and 30. RGB value is (14,66,48). Sum of RGB (Red+Green+Blue) = 14+66+48=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #0E4230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4230 is #F1BDCF. Grayscale: #303030. Windows color (decimal): -15842768 or 3162638. OLE color: 3162638.
HSL color Cylindrical-coordinate representation of color #0E4230: hue angle of 159.23º 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 #0E4230 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 14 | 66 | 48 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.74 |
| HSL | 159.23º | 0.65% | 0.16% | - |
| HSV(B) | 159.23º | 0.79% | 0.26% | - |
| XYZ | 2.66 | 4.2 | 3.47 | - |
| YUV | 48.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 66 | 48 | 0.79 | 0 | 0.27 | 0.74 | 159.23 | 0.65 | 0.16 |
| Hex | E | 42 | 30 | 4F | 0 | 1B | 4A | 9F | 41 | 10 |
| Octal | 16 | 102 | 60 | 117 | 0 | 33 | 112 | 237 | 101 | 20 |
| Binary | 1110 | 1000010 | 110000 | 1001111 | 0 | 11011 | 1001010 | 10011111 | 1000001 | 10000 |
Color Harmonies of #0E4230
Complementary color
Monochromatic Colors of #0E4230
Black with #0E4230
Text Example
Text Example
White with #0E4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4230; }
p { color: rgb(14,66,48); }
H1.HeaderClassName
{
color: #0E4230;
}
.AnyTagClassName
{
color: #0E4230;
}
</style>
background-color css
<style>
a { background-color: #0E4230; }
a { background-color: rgb(14,66,48); }
div.DivClassName
{
background-color: #0E4230;
}
.BgClassName
{
background-color: #0E4230;
}
</style>
border-color css
<style>
span { border-color: #0E4230; }
span { border-color: rgb(14,66,48); }
td.TdClassName
{
border-color: #0E4230;
}
.TagClassName
{
border-color: #0E4230;
}
</style>