Shades of Green #0F7300
Tints of Green #0F7300
RGB
CMYK
RGB Variations
Color information
#0F7300 (or 0x0F7300) is known color: Green. HEX triplet: 0F, 73 and 00. RGB value is (15,115,0). Sum of RGB (Red+Green+Blue) = 15+115+0=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 115 (45.31% from 255 or 88.46% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 115 - color contains mainly: green. Hex color #0F7300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7300 is #F08CFF. Grayscale: #484848. Windows color (decimal): -15764736 or 29455. OLE color: 29455.
HSL color Cylindrical-coordinate representation of color #0F7300: hue angle of 112.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F7300 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 115 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.55 |
| HSL | 112.17º | 1% | 0.23% | - |
| HSV(B) | 112.17º | 1% | 0.45% | - |
| XYZ | 6.33 | 12.36 | 2.05 | - |
| YUV | 71.99 | 87.37 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 115 | 0 | 0.87 | 0 | 1 | 0.55 | 112.17 | 1 | 0.23 |
| Hex | F | 73 | 0 | 57 | 0 | 64 | 37 | 70 | 64 | 17 |
| Octal | 17 | 163 | 0 | 127 | 0 | 144 | 67 | 160 | 144 | 27 |
| Binary | 1111 | 1110011 | 0 | 1010111 | 0 | 1100100 | 110111 | 1110000 | 1100100 | 10111 |
Color Harmonies of #0F7300
Complementary color
Monochromatic Colors of #0F7300
Black with #0F7300
Text Example
Text Example
White with #0F7300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7300; }
p { color: rgb(15,115,0); }
H1.HeaderClassName
{
color: #0F7300;
}
.AnyTagClassName
{
color: #0F7300;
}
</style>
background-color css
<style>
a { background-color: #0F7300; }
a { background-color: rgb(15,115,0); }
div.DivClassName
{
background-color: #0F7300;
}
.BgClassName
{
background-color: #0F7300;
}
</style>
border-color css
<style>
span { border-color: #0F7300; }
span { border-color: rgb(15,115,0); }
td.TdClassName
{
border-color: #0F7300;
}
.TagClassName
{
border-color: #0F7300;
}
</style>