Shades of Sherwood Green #0E4834
Tints of Sherwood Green #0E4834
RGB
CMYK
RGB Variations
Color information
#0E4834 (or 0x0E4834) is known color: Sherwood Green. HEX triplet: 0E, 48 and 34. RGB value is (14,72,52). Sum of RGB (Red+Green+Blue) = 14+72+52=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #0E4834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4834 is #F1B7CB. Grayscale: #343434. Windows color (decimal): -15841228 or 3426318. OLE color: 3426318.
HSL color Cylindrical-coordinate representation of color #0E4834: hue angle of 159.31º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4834 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 72 | 52 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.72 |
| HSL | 159.31º | 0.67% | 0.17% | - |
| HSV(B) | 159.31º | 0.81% | 0.28% | - |
| XYZ | 3.12 | 4.98 | 4.04 | - |
| YUV | 52.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 52 | 0.81 | 0 | 0.28 | 0.72 | 159.31 | 0.67 | 0.17 |
| Hex | E | 48 | 34 | 51 | 0 | 1C | 48 | 9F | 43 | 11 |
| Octal | 16 | 110 | 64 | 121 | 0 | 34 | 110 | 237 | 103 | 21 |
| Binary | 1110 | 1001000 | 110100 | 1010001 | 0 | 11100 | 1001000 | 10011111 | 1000011 | 10001 |
Color Harmonies of #0E4834
Complementary color
Monochromatic Colors of #0E4834
Black with #0E4834
Text Example
Text Example
White with #0E4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4834; }
p { color: rgb(14,72,52); }
H1.HeaderClassName
{
color: #0E4834;
}
.AnyTagClassName
{
color: #0E4834;
}
</style>
background-color css
<style>
a { background-color: #0E4834; }
a { background-color: rgb(14,72,52); }
div.DivClassName
{
background-color: #0E4834;
}
.BgClassName
{
background-color: #0E4834;
}
</style>
border-color css
<style>
span { border-color: #0E4834; }
span { border-color: rgb(14,72,52); }
td.TdClassName
{
border-color: #0E4834;
}
.TagClassName
{
border-color: #0E4834;
}
</style>