Shades of Sherwood Green #0F4133
Tints of Sherwood Green #0F4133
RGB
CMYK
RGB Variations
Color information
#0F4133 (or 0x0F4133) is known color: Sherwood Green. HEX triplet: 0F, 41 and 33. RGB value is (15,65,51). Sum of RGB (Red+Green+Blue) = 15+65+51=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4133 is #F0BECC. Grayscale: #303030. Windows color (decimal): -15777485 or 3358991. OLE color: 3358991.
HSL color Cylindrical-coordinate representation of color #0F4133: hue angle of 163.2º 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 #0F4133 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 65 | 51 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.75 |
| HSL | 163.2º | 0.63% | 0.16% | - |
| HSV(B) | 163.2º | 0.77% | 0.25% | - |
| XYZ | 2.68 | 4.12 | 3.79 | - |
| YUV | 48.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 51 | 0.77 | 0 | 0.22 | 0.75 | 163.2 | 0.63 | 0.16 |
| Hex | F | 41 | 33 | 4D | 0 | 16 | 4B | A3 | 3E | 10 |
| Octal | 17 | 101 | 63 | 115 | 0 | 26 | 113 | 243 | 76 | 20 |
| Binary | 1111 | 1000001 | 110011 | 1001101 | 0 | 10110 | 1001011 | 10100011 | 111110 | 10000 |
Color Harmonies of #0F4133
Complementary color
Monochromatic Colors of #0F4133
Black with #0F4133
Text Example
Text Example
White with #0F4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4133; }
p { color: rgb(15,65,51); }
H1.HeaderClassName
{
color: #0F4133;
}
.AnyTagClassName
{
color: #0F4133;
}
</style>
background-color css
<style>
a { background-color: #0F4133; }
a { background-color: rgb(15,65,51); }
div.DivClassName
{
background-color: #0F4133;
}
.BgClassName
{
background-color: #0F4133;
}
</style>
border-color css
<style>
span { border-color: #0F4133; }
span { border-color: rgb(15,65,51); }
td.TdClassName
{
border-color: #0F4133;
}
.TagClassName
{
border-color: #0F4133;
}
</style>