Shades of Sherwood Green #0B4031
Tints of Sherwood Green #0B4031
RGB
CMYK
RGB Variations
Color information
#0B4031 (or 0x0B4031) is known color: Sherwood Green. HEX triplet: 0B, 40 and 31. RGB value is (11,64,49). Sum of RGB (Red+Green+Blue) = 11+64+49=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #0B4031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4031 is #F4BFCE. Grayscale: #2E2E2E. Windows color (decimal): -16039887 or 3227659. OLE color: 3227659.
HSL color Cylindrical-coordinate representation of color #0B4031: hue angle of 163.02º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B4031 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 49 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.75 |
| HSL | 163.02º | 0.71% | 0.15% | - |
| HSV(B) | 163.02º | 0.83% | 0.25% | - |
| XYZ | 2.53 | 3.96 | 3.54 | - |
| YUV | 46.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 49 | 0.83 | 0 | 0.23 | 0.75 | 163.02 | 0.71 | 0.15 |
| Hex | B | 40 | 31 | 53 | 0 | 17 | 4B | A3 | 47 | F |
| Octal | 13 | 100 | 61 | 123 | 0 | 27 | 113 | 243 | 107 | 17 |
| Binary | 1011 | 1000000 | 110001 | 1010011 | 0 | 10111 | 1001011 | 10100011 | 1000111 | 1111 |
Color Harmonies of #0B4031
Complementary color
Monochromatic Colors of #0B4031
Black with #0B4031
Text Example
Text Example
White with #0B4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4031; }
p { color: rgb(11,64,49); }
H1.HeaderClassName
{
color: #0B4031;
}
.AnyTagClassName
{
color: #0B4031;
}
</style>
background-color css
<style>
a { background-color: #0B4031; }
a { background-color: rgb(11,64,49); }
div.DivClassName
{
background-color: #0B4031;
}
.BgClassName
{
background-color: #0B4031;
}
</style>
border-color css
<style>
span { border-color: #0B4031; }
span { border-color: rgb(11,64,49); }
td.TdClassName
{
border-color: #0B4031;
}
.TagClassName
{
border-color: #0B4031;
}
</style>