Shades of Forest Green #0F781C
Tints of Forest Green #0F781C
RGB
CMYK
RGB Variations
Color information
#0F781C (or 0x0F781C) is known color: Forest Green. HEX triplet: 0F, 78 and 1C. RGB value is (15,120,28). Sum of RGB (Red+Green+Blue) = 15+120+28=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 120 (47.27% from 255 or 73.62% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 120 - color contains mainly: green. Hex color #0F781C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F781C is #F087E3. Grayscale: #4E4E4E. Windows color (decimal): -15763428 or 1865743. OLE color: 1865743.
HSL color Cylindrical-coordinate representation of color #0F781C: hue angle of 127.43º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F781C is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 28 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.53 |
| HSL | 127.43º | 0.78% | 0.26% | - |
| HSV(B) | 127.43º | 0.88% | 0.47% | - |
| XYZ | 7.12 | 13.62 | 3.35 | - |
| YUV | 78.12 | 99.71 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 28 | 0.87 | 0 | 0.77 | 0.53 | 127.43 | 0.78 | 0.26 |
| Hex | F | 78 | 1C | 57 | 0 | 4D | 35 | 7F | 4E | 1A |
| Octal | 17 | 170 | 34 | 127 | 0 | 115 | 65 | 177 | 116 | 32 |
| Binary | 1111 | 1111000 | 11100 | 1010111 | 0 | 1001101 | 110101 | 1111111 | 1001110 | 11010 |
Color Harmonies of #0F781C
Complementary color
Monochromatic Colors of #0F781C
Black with #0F781C
Text Example
Text Example
White with #0F781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F781C; }
p { color: rgb(15,120,28); }
H1.HeaderClassName
{
color: #0F781C;
}
.AnyTagClassName
{
color: #0F781C;
}
</style>
background-color css
<style>
a { background-color: #0F781C; }
a { background-color: rgb(15,120,28); }
div.DivClassName
{
background-color: #0F781C;
}
.BgClassName
{
background-color: #0F781C;
}
</style>
border-color css
<style>
span { border-color: #0F781C; }
span { border-color: rgb(15,120,28); }
td.TdClassName
{
border-color: #0F781C;
}
.TagClassName
{
border-color: #0F781C;
}
</style>