Shades of Sherwood Green #0F4332
Tints of Sherwood Green #0F4332
RGB
CMYK
RGB Variations
Color information
#0F4332 (or 0x0F4332) is known color: Sherwood Green. HEX triplet: 0F, 43 and 32. RGB value is (15,67,50). Sum of RGB (Red+Green+Blue) = 15+67+50=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4332 is #F0BCCD. Grayscale: #313131. Windows color (decimal): -15776974 or 3293967. OLE color: 3293967.
HSL color Cylindrical-coordinate representation of color #0F4332: hue angle of 160.38º 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 #0F4332 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 67 | 50 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.74 |
| HSL | 160.38º | 0.63% | 0.16% | - |
| HSV(B) | 160.38º | 0.78% | 0.26% | - |
| XYZ | 2.78 | 4.35 | 3.71 | - |
| YUV | 49.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 50 | 0.78 | 0 | 0.25 | 0.74 | 160.38 | 0.63 | 0.16 |
| Hex | F | 43 | 32 | 4E | 0 | 19 | 4A | A0 | 3F | 10 |
| Octal | 17 | 103 | 62 | 116 | 0 | 31 | 112 | 240 | 77 | 20 |
| Binary | 1111 | 1000011 | 110010 | 1001110 | 0 | 11001 | 1001010 | 10100000 | 111111 | 10000 |
Color Harmonies of #0F4332
Complementary color
Monochromatic Colors of #0F4332
Black with #0F4332
Text Example
Text Example
White with #0F4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4332; }
p { color: rgb(15,67,50); }
H1.HeaderClassName
{
color: #0F4332;
}
.AnyTagClassName
{
color: #0F4332;
}
</style>
background-color css
<style>
a { background-color: #0F4332; }
a { background-color: rgb(15,67,50); }
div.DivClassName
{
background-color: #0F4332;
}
.BgClassName
{
background-color: #0F4332;
}
</style>
border-color css
<style>
span { border-color: #0F4332; }
span { border-color: rgb(15,67,50); }
td.TdClassName
{
border-color: #0F4332;
}
.TagClassName
{
border-color: #0F4332;
}
</style>