Shades of Sherwood Green #0F513B
Tints of Sherwood Green #0F513B
RGB
CMYK
RGB Variations
Color information
#0F513B (or 0x0F513B) is known color: Sherwood Green. HEX triplet: 0F, 51 and 3B. RGB value is (15,81,59). Sum of RGB (Red+Green+Blue) = 15+81+59=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #0F513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F513B is #F0AEC4. Grayscale: #3A3A3A. Windows color (decimal): -15773381 or 3887375. OLE color: 3887375.
HSL color Cylindrical-coordinate representation of color #0F513B: hue angle of 160º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F513B is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 81 | 59 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.68 |
| HSL | 160º | 0.69% | 0.19% | - |
| HSV(B) | 160º | 0.81% | 0.32% | - |
| XYZ | 3.93 | 6.3 | 5.15 | - |
| YUV | 58.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 59 | 0.81 | 0 | 0.27 | 0.68 | 160 | 0.69 | 0.19 |
| Hex | F | 51 | 3B | 51 | 0 | 1B | 44 | A0 | 45 | 13 |
| Octal | 17 | 121 | 73 | 121 | 0 | 33 | 104 | 240 | 105 | 23 |
| Binary | 1111 | 1010001 | 111011 | 1010001 | 0 | 11011 | 1000100 | 10100000 | 1000101 | 10011 |
Color Harmonies of #0F513B
Complementary color
Monochromatic Colors of #0F513B
Black with #0F513B
Text Example
Text Example
White with #0F513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F513B; }
p { color: rgb(15,81,59); }
H1.HeaderClassName
{
color: #0F513B;
}
.AnyTagClassName
{
color: #0F513B;
}
</style>
background-color css
<style>
a { background-color: #0F513B; }
a { background-color: rgb(15,81,59); }
div.DivClassName
{
background-color: #0F513B;
}
.BgClassName
{
background-color: #0F513B;
}
</style>
border-color css
<style>
span { border-color: #0F513B; }
span { border-color: rgb(15,81,59); }
td.TdClassName
{
border-color: #0F513B;
}
.TagClassName
{
border-color: #0F513B;
}
</style>