Shades of Sherwood Green #0F4334
Tints of Sherwood Green #0F4334
RGB
CMYK
RGB Variations
Color information
#0F4334 (or 0x0F4334) is known color: Sherwood Green. HEX triplet: 0F, 43 and 34. RGB value is (15,67,52). Sum of RGB (Red+Green+Blue) = 15+67+52=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4334 is #F0BCCB. Grayscale: #313131. Windows color (decimal): -15776972 or 3425039. OLE color: 3425039.
HSL color Cylindrical-coordinate representation of color #0F4334: hue angle of 162.69º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4334 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 67 | 52 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.74 |
| HSL | 162.69º | 0.63% | 0.16% | - |
| HSV(B) | 162.69º | 0.78% | 0.26% | - |
| XYZ | 2.82 | 4.36 | 3.94 | - |
| YUV | 49.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 52 | 0.78 | 0 | 0.22 | 0.74 | 162.69 | 0.63 | 0.16 |
| Hex | F | 43 | 34 | 4E | 0 | 16 | 4A | A3 | 3F | 10 |
| Octal | 17 | 103 | 64 | 116 | 0 | 26 | 112 | 243 | 77 | 20 |
| Binary | 1111 | 1000011 | 110100 | 1001110 | 0 | 10110 | 1001010 | 10100011 | 111111 | 10000 |
Color Harmonies of #0F4334
Complementary color
Monochromatic Colors of #0F4334
Black with #0F4334
Text Example
Text Example
White with #0F4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4334; }
p { color: rgb(15,67,52); }
H1.HeaderClassName
{
color: #0F4334;
}
.AnyTagClassName
{
color: #0F4334;
}
</style>
background-color css
<style>
a { background-color: #0F4334; }
a { background-color: rgb(15,67,52); }
div.DivClassName
{
background-color: #0F4334;
}
.BgClassName
{
background-color: #0F4334;
}
</style>
border-color css
<style>
span { border-color: #0F4334; }
span { border-color: rgb(15,67,52); }
td.TdClassName
{
border-color: #0F4334;
}
.TagClassName
{
border-color: #0F4334;
}
</style>