Shades of Sherwood Green #0D402E
Tints of Sherwood Green #0D402E
RGB
CMYK
RGB Variations
Color information
#0D402E (or 0x0D402E) is known color: Sherwood Green. HEX triplet: 0D, 40 and 2E. RGB value is (13,64,46). Sum of RGB (Red+Green+Blue) = 13+64+46=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #0D402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D402E is #F2BFD1. Grayscale: #2E2E2E. Windows color (decimal): -15908818 or 3031053. OLE color: 3031053.
HSL color Cylindrical-coordinate representation of color #0D402E: hue angle of 158.82º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D402E is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 64 | 46 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.75 |
| HSL | 158.82º | 0.66% | 0.15% | - |
| HSV(B) | 158.82º | 0.8% | 0.25% | - |
| XYZ | 2.49 | 3.95 | 3.22 | - |
| YUV | 46.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 46 | 0.80 | 0 | 0.28 | 0.75 | 158.82 | 0.66 | 0.15 |
| Hex | D | 40 | 2E | 50 | 0 | 1C | 4B | 9F | 42 | F |
| Octal | 15 | 100 | 56 | 120 | 0 | 34 | 113 | 237 | 102 | 17 |
| Binary | 1101 | 1000000 | 101110 | 1010000 | 0 | 11100 | 1001011 | 10011111 | 1000010 | 1111 |
Color Harmonies of #0D402E
Complementary color
Monochromatic Colors of #0D402E
Black with #0D402E
Text Example
Text Example
White with #0D402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D402E; }
p { color: rgb(13,64,46); }
H1.HeaderClassName
{
color: #0D402E;
}
.AnyTagClassName
{
color: #0D402E;
}
</style>
background-color css
<style>
a { background-color: #0D402E; }
a { background-color: rgb(13,64,46); }
div.DivClassName
{
background-color: #0D402E;
}
.BgClassName
{
background-color: #0D402E;
}
</style>
border-color css
<style>
span { border-color: #0D402E; }
span { border-color: rgb(13,64,46); }
td.TdClassName
{
border-color: #0D402E;
}
.TagClassName
{
border-color: #0D402E;
}
</style>