Shades of Sherwood Green #0F4130
Tints of Sherwood Green #0F4130
RGB
CMYK
RGB Variations
Color information
#0F4130 (or 0x0F4130) is known color: Sherwood Green. HEX triplet: 0F, 41 and 30. RGB value is (15,65,48). Sum of RGB (Red+Green+Blue) = 15+65+48=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4130 is #F0BECF. Grayscale: #303030. Windows color (decimal): -15777488 or 3162383. OLE color: 3162383.
HSL color Cylindrical-coordinate representation of color #0F4130: hue angle of 159.6º 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 #0F4130 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 65 | 48 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.75 |
| HSL | 159.6º | 0.63% | 0.16% | - |
| HSV(B) | 159.6º | 0.77% | 0.25% | - |
| XYZ | 2.62 | 4.1 | 3.45 | - |
| YUV | 48.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 48 | 0.77 | 0 | 0.26 | 0.75 | 159.6 | 0.63 | 0.16 |
| Hex | F | 41 | 30 | 4D | 0 | 1A | 4B | A0 | 3E | 10 |
| Octal | 17 | 101 | 60 | 115 | 0 | 32 | 113 | 240 | 76 | 20 |
| Binary | 1111 | 1000001 | 110000 | 1001101 | 0 | 11010 | 1001011 | 10100000 | 111110 | 10000 |
Color Harmonies of #0F4130
Complementary color
Monochromatic Colors of #0F4130
Black with #0F4130
Text Example
Text Example
White with #0F4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4130; }
p { color: rgb(15,65,48); }
H1.HeaderClassName
{
color: #0F4130;
}
.AnyTagClassName
{
color: #0F4130;
}
</style>
background-color css
<style>
a { background-color: #0F4130; }
a { background-color: rgb(15,65,48); }
div.DivClassName
{
background-color: #0F4130;
}
.BgClassName
{
background-color: #0F4130;
}
</style>
border-color css
<style>
span { border-color: #0F4130; }
span { border-color: rgb(15,65,48); }
td.TdClassName
{
border-color: #0F4130;
}
.TagClassName
{
border-color: #0F4130;
}
</style>