Shades of Green #0F7103
Tints of Green #0F7103
RGB
CMYK
RGB Variations
Color information
#0F7103 (or 0x0F7103) is known color: Green. HEX triplet: 0F, 71 and 03. RGB value is (15,113,3). Sum of RGB (Red+Green+Blue) = 15+113+3=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 113 (44.53% from 255 or 86.26% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7103 is #F08EFC. Grayscale: #474747. Windows color (decimal): -15765245 or 225551. OLE color: 225551.
HSL color Cylindrical-coordinate representation of color #0F7103: hue angle of 113.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F7103 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 3 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.56 |
| HSL | 113.45º | 0.95% | 0.23% | - |
| HSV(B) | 113.45º | 0.97% | 0.44% | - |
| XYZ | 6.12 | 11.92 | 2.06 | - |
| YUV | 71.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 3 | 0.87 | 0 | 0.97 | 0.56 | 113.45 | 0.95 | 0.23 |
| Hex | F | 71 | 3 | 57 | 0 | 61 | 38 | 71 | 5F | 17 |
| Octal | 17 | 161 | 3 | 127 | 0 | 141 | 70 | 161 | 137 | 27 |
| Binary | 1111 | 1110001 | 11 | 1010111 | 0 | 1100001 | 111000 | 1110001 | 1011111 | 10111 |
Color Harmonies of #0F7103
Complementary color
Monochromatic Colors of #0F7103
Black with #0F7103
Text Example
Text Example
White with #0F7103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7103; }
p { color: rgb(15,113,3); }
H1.HeaderClassName
{
color: #0F7103;
}
.AnyTagClassName
{
color: #0F7103;
}
</style>
background-color css
<style>
a { background-color: #0F7103; }
a { background-color: rgb(15,113,3); }
div.DivClassName
{
background-color: #0F7103;
}
.BgClassName
{
background-color: #0F7103;
}
</style>
border-color css
<style>
span { border-color: #0F7103; }
span { border-color: rgb(15,113,3); }
td.TdClassName
{
border-color: #0F7103;
}
.TagClassName
{
border-color: #0F7103;
}
</style>