Shades of Forest Green #0F701C
Tints of Forest Green #0F701C
RGB
CMYK
RGB Variations
Color information
#0F701C (or 0x0F701C) is known color: Forest Green. HEX triplet: 0F, 70 and 1C. RGB value is (15,112,28). Sum of RGB (Red+Green+Blue) = 15+112+28=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #0F701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F701C is #F08FE3. Grayscale: #494949. Windows color (decimal): -15765476 or 1863695. OLE color: 1863695.
HSL color Cylindrical-coordinate representation of color #0F701C: hue angle of 128.04º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F701C is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 28 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.56 |
| HSL | 128.04º | 0.76% | 0.25% | - |
| HSV(B) | 128.04º | 0.87% | 0.44% | - |
| XYZ | 6.2 | 11.77 | 3.04 | - |
| YUV | 73.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 28 | 0.87 | 0 | 0.75 | 0.56 | 128.04 | 0.76 | 0.25 |
| Hex | F | 70 | 1C | 57 | 0 | 4B | 38 | 80 | 4C | 19 |
| Octal | 17 | 160 | 34 | 127 | 0 | 113 | 70 | 200 | 114 | 31 |
| Binary | 1111 | 1110000 | 11100 | 1010111 | 0 | 1001011 | 111000 | 10000000 | 1001100 | 11001 |
Color Harmonies of #0F701C
Complementary color
Monochromatic Colors of #0F701C
Black with #0F701C
Text Example
Text Example
White with #0F701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F701C; }
p { color: rgb(15,112,28); }
H1.HeaderClassName
{
color: #0F701C;
}
.AnyTagClassName
{
color: #0F701C;
}
</style>
background-color css
<style>
a { background-color: #0F701C; }
a { background-color: rgb(15,112,28); }
div.DivClassName
{
background-color: #0F701C;
}
.BgClassName
{
background-color: #0F701C;
}
</style>
border-color css
<style>
span { border-color: #0F701C; }
span { border-color: rgb(15,112,28); }
td.TdClassName
{
border-color: #0F701C;
}
.TagClassName
{
border-color: #0F701C;
}
</style>