Shades of Green #0F8307
Tints of Green #0F8307
RGB
CMYK
RGB Variations
Color information
#0F8307 (or 0x0F8307) is known color: Green. HEX triplet: 0F, 83 and 07. RGB value is (15,131,7). Sum of RGB (Red+Green+Blue) = 15+131+7=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 131 (51.56% from 255 or 85.62% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8307 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8307 is #F07CF8. Grayscale: #525252. Windows color (decimal): -15760633 or 492303. OLE color: 492303.
HSL color Cylindrical-coordinate representation of color #0F8307: hue angle of 116.13º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F8307 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 7 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.49 |
| HSL | 116.13º | 0.9% | 0.27% | - |
| HSV(B) | 116.13º | 0.95% | 0.51% | - |
| XYZ | 8.35 | 16.35 | 2.92 | - |
| YUV | 82.18 | 85.57 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 7 | 0.89 | 0 | 0.95 | 0.49 | 116.13 | 0.9 | 0.27 |
| Hex | F | 83 | 7 | 59 | 0 | 5F | 31 | 74 | 5A | 1B |
| Octal | 17 | 203 | 7 | 131 | 0 | 137 | 61 | 164 | 132 | 33 |
| Binary | 1111 | 10000011 | 111 | 1011001 | 0 | 1011111 | 110001 | 1110100 | 1011010 | 11011 |
Color Harmonies of #0F8307
Complementary color
Monochromatic Colors of #0F8307
Black with #0F8307
Text Example
Text Example
White with #0F8307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8307; }
p { color: rgb(15,131,7); }
H1.HeaderClassName
{
color: #0F8307;
}
.AnyTagClassName
{
color: #0F8307;
}
</style>
background-color css
<style>
a { background-color: #0F8307; }
a { background-color: rgb(15,131,7); }
div.DivClassName
{
background-color: #0F8307;
}
.BgClassName
{
background-color: #0F8307;
}
</style>
border-color css
<style>
span { border-color: #0F8307; }
span { border-color: rgb(15,131,7); }
td.TdClassName
{
border-color: #0F8307;
}
.TagClassName
{
border-color: #0F8307;
}
</style>