Shades of Sherwood Green #0F4032
Tints of Sherwood Green #0F4032
RGB
CMYK
RGB Variations
Color information
#0F4032 (or 0x0F4032) is known color: Sherwood Green. HEX triplet: 0F, 40 and 32. RGB value is (15,64,50). Sum of RGB (Red+Green+Blue) = 15+64+50=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4032 is #F0BFCD. Grayscale: #2F2F2F. Windows color (decimal): -15777742 or 3293199. OLE color: 3293199.
HSL color Cylindrical-coordinate representation of color #0F4032: hue angle of 162.86º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4032 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 50 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.75 |
| HSL | 162.86º | 0.62% | 0.15% | - |
| HSV(B) | 162.86º | 0.77% | 0.25% | - |
| XYZ | 2.61 | 4 | 3.65 | - |
| YUV | 47.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 50 | 0.77 | 0 | 0.22 | 0.75 | 162.86 | 0.62 | 0.15 |
| Hex | F | 40 | 32 | 4D | 0 | 16 | 4B | A3 | 3E | F |
| Octal | 17 | 100 | 62 | 115 | 0 | 26 | 113 | 243 | 76 | 17 |
| Binary | 1111 | 1000000 | 110010 | 1001101 | 0 | 10110 | 1001011 | 10100011 | 111110 | 1111 |
Color Harmonies of #0F4032
Complementary color
Monochromatic Colors of #0F4032
Black with #0F4032
Text Example
Text Example
White with #0F4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4032; }
p { color: rgb(15,64,50); }
H1.HeaderClassName
{
color: #0F4032;
}
.AnyTagClassName
{
color: #0F4032;
}
</style>
background-color css
<style>
a { background-color: #0F4032; }
a { background-color: rgb(15,64,50); }
div.DivClassName
{
background-color: #0F4032;
}
.BgClassName
{
background-color: #0F4032;
}
</style>
border-color css
<style>
span { border-color: #0F4032; }
span { border-color: rgb(15,64,50); }
td.TdClassName
{
border-color: #0F4032;
}
.TagClassName
{
border-color: #0F4032;
}
</style>