Shades of Sherwood Green #0E3D2D
Tints of Sherwood Green #0E3D2D
RGB
CMYK
RGB Variations
Color information
#0E3D2D (or 0x0E3D2D) is known color: Sherwood Green. HEX triplet: 0E, 3D and 2D. RGB value is (14,61,45). Sum of RGB (Red+Green+Blue) = 14+61+45=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #0E3D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3D2D is #F1C2D2. Grayscale: #2D2D2D. Windows color (decimal): -15844051 or 2964750. OLE color: 2964750.
HSL color Cylindrical-coordinate representation of color #0E3D2D: hue angle of 159.57º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3D2D is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 61 | 45 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.76 |
| HSL | 159.57º | 0.63% | 0.15% | - |
| HSV(B) | 159.57º | 0.77% | 0.24% | - |
| XYZ | 2.32 | 3.62 | 3.06 | - |
| YUV | 45.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 61 | 45 | 0.77 | 0 | 0.26 | 0.76 | 159.57 | 0.63 | 0.15 |
| Hex | E | 3D | 2D | 4D | 0 | 1A | 4C | A0 | 3F | F |
| Octal | 16 | 75 | 55 | 115 | 0 | 32 | 114 | 240 | 77 | 17 |
| Binary | 1110 | 111101 | 101101 | 1001101 | 0 | 11010 | 1001100 | 10100000 | 111111 | 1111 |
Color Harmonies of #0E3D2D
Complementary color
Monochromatic Colors of #0E3D2D
Black with #0E3D2D
Text Example
Text Example
White with #0E3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3D2D; }
p { color: rgb(14,61,45); }
H1.HeaderClassName
{
color: #0E3D2D;
}
.AnyTagClassName
{
color: #0E3D2D;
}
</style>
background-color css
<style>
a { background-color: #0E3D2D; }
a { background-color: rgb(14,61,45); }
div.DivClassName
{
background-color: #0E3D2D;
}
.BgClassName
{
background-color: #0E3D2D;
}
</style>
border-color css
<style>
span { border-color: #0E3D2D; }
span { border-color: rgb(14,61,45); }
td.TdClassName
{
border-color: #0E3D2D;
}
.TagClassName
{
border-color: #0E3D2D;
}
</style>