Shades of Sherwood Green #0F3B2C
Tints of Sherwood Green #0F3B2C
RGB
CMYK
RGB Variations
Color information
#0F3B2C (or 0x0F3B2C) is known color: Sherwood Green. HEX triplet: 0F, 3B and 2C. RGB value is (15,59,44). Sum of RGB (Red+Green+Blue) = 15+59+44=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 59 (23.44% from 255 or 50% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 59 - color contains mainly: green. Hex color #0F3B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3B2C is #F0C4D3. Grayscale: #2C2C2C. Windows color (decimal): -15779028 or 2898703. OLE color: 2898703.
HSL color Cylindrical-coordinate representation of color #0F3B2C: hue angle of 159.55º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3B2C is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 59 | 44 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.77 |
| HSL | 159.55º | 0.59% | 0.15% | - |
| HSV(B) | 159.55º | 0.75% | 0.23% | - |
| XYZ | 2.22 | 3.41 | 2.92 | - |
| YUV | 44.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 44 | 0.75 | 0 | 0.25 | 0.77 | 159.55 | 0.59 | 0.15 |
| Hex | F | 3B | 2C | 4B | 0 | 19 | 4D | A0 | 3B | F |
| Octal | 17 | 73 | 54 | 113 | 0 | 31 | 115 | 240 | 73 | 17 |
| Binary | 1111 | 111011 | 101100 | 1001011 | 0 | 11001 | 1001101 | 10100000 | 111011 | 1111 |
Color Harmonies of #0F3B2C
Complementary color
Monochromatic Colors of #0F3B2C
Black with #0F3B2C
Text Example
Text Example
White with #0F3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3B2C; }
p { color: rgb(15,59,44); }
H1.HeaderClassName
{
color: #0F3B2C;
}
.AnyTagClassName
{
color: #0F3B2C;
}
</style>
background-color css
<style>
a { background-color: #0F3B2C; }
a { background-color: rgb(15,59,44); }
div.DivClassName
{
background-color: #0F3B2C;
}
.BgClassName
{
background-color: #0F3B2C;
}
</style>
border-color css
<style>
span { border-color: #0F3B2C; }
span { border-color: rgb(15,59,44); }
td.TdClassName
{
border-color: #0F3B2C;
}
.TagClassName
{
border-color: #0F3B2C;
}
</style>