Shades of Sherwood Green #0F4132
Tints of Sherwood Green #0F4132
RGB
CMYK
RGB Variations
Color information
#0F4132 (or 0x0F4132) is known color: Sherwood Green. HEX triplet: 0F, 41 and 32. RGB value is (15,65,50). Sum of RGB (Red+Green+Blue) = 15+65+50=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4132 is #F0BECD. Grayscale: #303030. Windows color (decimal): -15777486 or 3293455. OLE color: 3293455.
HSL color Cylindrical-coordinate representation of color #0F4132: hue angle of 162º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4132 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 65 | 50 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.75 |
| HSL | 162º | 0.63% | 0.16% | - |
| HSV(B) | 162º | 0.77% | 0.25% | - |
| XYZ | 2.66 | 4.11 | 3.67 | - |
| YUV | 48.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 50 | 0.77 | 0 | 0.23 | 0.75 | 162 | 0.63 | 0.16 |
| Hex | F | 41 | 32 | 4D | 0 | 17 | 4B | A2 | 3E | 10 |
| Octal | 17 | 101 | 62 | 115 | 0 | 27 | 113 | 242 | 76 | 20 |
| Binary | 1111 | 1000001 | 110010 | 1001101 | 0 | 10111 | 1001011 | 10100010 | 111110 | 10000 |
Color Harmonies of #0F4132
Complementary color
Monochromatic Colors of #0F4132
Black with #0F4132
Text Example
Text Example
White with #0F4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4132; }
p { color: rgb(15,65,50); }
H1.HeaderClassName
{
color: #0F4132;
}
.AnyTagClassName
{
color: #0F4132;
}
</style>
background-color css
<style>
a { background-color: #0F4132; }
a { background-color: rgb(15,65,50); }
div.DivClassName
{
background-color: #0F4132;
}
.BgClassName
{
background-color: #0F4132;
}
</style>
border-color css
<style>
span { border-color: #0F4132; }
span { border-color: rgb(15,65,50); }
td.TdClassName
{
border-color: #0F4132;
}
.TagClassName
{
border-color: #0F4132;
}
</style>