Shades of Sherwood Green #0F402F
Tints of Sherwood Green #0F402F
RGB
CMYK
RGB Variations
Color information
#0F402F (or 0x0F402F) is known color: Sherwood Green. HEX triplet: 0F, 40 and 2F. RGB value is (15,64,47). Sum of RGB (Red+Green+Blue) = 15+64+47=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #0F402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F402F is #F0BFD0. Grayscale: #2F2F2F. Windows color (decimal): -15777745 or 3096591. OLE color: 3096591.
HSL color Cylindrical-coordinate representation of color #0F402F: hue angle of 159.18º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F402F is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 47 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.75 |
| HSL | 159.18º | 0.62% | 0.15% | - |
| HSV(B) | 159.18º | 0.77% | 0.25% | - |
| XYZ | 2.54 | 3.97 | 3.32 | - |
| YUV | 47.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 47 | 0.77 | 0 | 0.27 | 0.75 | 159.18 | 0.62 | 0.15 |
| Hex | F | 40 | 2F | 4D | 0 | 1B | 4B | 9F | 3E | F |
| Octal | 17 | 100 | 57 | 115 | 0 | 33 | 113 | 237 | 76 | 17 |
| Binary | 1111 | 1000000 | 101111 | 1001101 | 0 | 11011 | 1001011 | 10011111 | 111110 | 1111 |
Color Harmonies of #0F402F
Complementary color
Monochromatic Colors of #0F402F
Black with #0F402F
Text Example
Text Example
White with #0F402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F402F; }
p { color: rgb(15,64,47); }
H1.HeaderClassName
{
color: #0F402F;
}
.AnyTagClassName
{
color: #0F402F;
}
</style>
background-color css
<style>
a { background-color: #0F402F; }
a { background-color: rgb(15,64,47); }
div.DivClassName
{
background-color: #0F402F;
}
.BgClassName
{
background-color: #0F402F;
}
</style>
border-color css
<style>
span { border-color: #0F402F; }
span { border-color: rgb(15,64,47); }
td.TdClassName
{
border-color: #0F402F;
}
.TagClassName
{
border-color: #0F402F;
}
</style>