Shades of Green #0F5F03
Tints of Green #0F5F03
RGB
CMYK
RGB Variations
Color information
#0F5F03 (or 0x0F5F03) is known color: Green. HEX triplet: 0F, 5F and 03. RGB value is (15,95,3). Sum of RGB (Red+Green+Blue) = 15+95+3=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 95 (37.5% from 255 or 84.07% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 95 - color contains mainly: green. Hex color #0F5F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5F03 is #F0A0FC. Grayscale: #3C3C3C. Windows color (decimal): -15769853 or 220943. OLE color: 220943.
HSL color Cylindrical-coordinate representation of color #0F5F03: hue angle of 112.17º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F5F03 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 95 | 3 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.63 |
| HSL | 112.17º | 0.94% | 0.19% | - |
| HSV(B) | 112.17º | 0.97% | 0.37% | - |
| XYZ | 4.31 | 8.29 | 1.46 | - |
| YUV | 60.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 95 | 3 | 0.84 | 0 | 0.97 | 0.63 | 112.17 | 0.94 | 0.19 |
| Hex | F | 5F | 3 | 54 | 0 | 61 | 3F | 70 | 5E | 13 |
| Octal | 17 | 137 | 3 | 124 | 0 | 141 | 77 | 160 | 136 | 23 |
| Binary | 1111 | 1011111 | 11 | 1010100 | 0 | 1100001 | 111111 | 1110000 | 1011110 | 10011 |
Color Harmonies of #0F5F03
Complementary color
Monochromatic Colors of #0F5F03
Black with #0F5F03
Text Example
Text Example
White with #0F5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5F03; }
p { color: rgb(15,95,3); }
H1.HeaderClassName
{
color: #0F5F03;
}
.AnyTagClassName
{
color: #0F5F03;
}
</style>
background-color css
<style>
a { background-color: #0F5F03; }
a { background-color: rgb(15,95,3); }
div.DivClassName
{
background-color: #0F5F03;
}
.BgClassName
{
background-color: #0F5F03;
}
</style>
border-color css
<style>
span { border-color: #0F5F03; }
span { border-color: rgb(15,95,3); }
td.TdClassName
{
border-color: #0F5F03;
}
.TagClassName
{
border-color: #0F5F03;
}
</style>