Shades of Green #0F7002
Tints of Green #0F7002
RGB
CMYK
RGB Variations
Color information
#0F7002 (or 0x0F7002) is known color: Green. HEX triplet: 0F, 70 and 02. RGB value is (15,112,2). Sum of RGB (Red+Green+Blue) = 15+112+2=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 112 (44.14% from 255 or 86.82% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7002 is #F08FFD. Grayscale: #464646. Windows color (decimal): -15765502 or 159759. OLE color: 159759.
HSL color Cylindrical-coordinate representation of color #0F7002: hue angle of 112.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F7002 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 2 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.56 |
| HSL | 112.91º | 0.96% | 0.22% | - |
| HSV(B) | 112.91º | 0.98% | 0.44% | - |
| XYZ | 6 | 11.69 | 2 | - |
| YUV | 70.46 | 89.36 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 2 | 0.87 | 0 | 0.98 | 0.56 | 112.91 | 0.96 | 0.22 |
| Hex | F | 70 | 2 | 57 | 0 | 62 | 38 | 71 | 60 | 16 |
| Octal | 17 | 160 | 2 | 127 | 0 | 142 | 70 | 161 | 140 | 26 |
| Binary | 1111 | 1110000 | 10 | 1010111 | 0 | 1100010 | 111000 | 1110001 | 1100000 | 10110 |
Color Harmonies of #0F7002
Complementary color
Monochromatic Colors of #0F7002
Black with #0F7002
Text Example
Text Example
White with #0F7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7002; }
p { color: rgb(15,112,2); }
H1.HeaderClassName
{
color: #0F7002;
}
.AnyTagClassName
{
color: #0F7002;
}
</style>
background-color css
<style>
a { background-color: #0F7002; }
a { background-color: rgb(15,112,2); }
div.DivClassName
{
background-color: #0F7002;
}
.BgClassName
{
background-color: #0F7002;
}
</style>
border-color css
<style>
span { border-color: #0F7002; }
span { border-color: rgb(15,112,2); }
td.TdClassName
{
border-color: #0F7002;
}
.TagClassName
{
border-color: #0F7002;
}
</style>