Shades of Forest Green #0F781D
Tints of Forest Green #0F781D
RGB
CMYK
RGB Variations
Color information
#0F781D (or 0x0F781D) is known color: Forest Green. HEX triplet: 0F, 78 and 1D. RGB value is (15,120,29). Sum of RGB (Red+Green+Blue) = 15+120+29=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 120 (47.27% from 255 or 73.17% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 120 - color contains mainly: green. Hex color #0F781D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F781D is #F087E2. Grayscale: #4E4E4E. Windows color (decimal): -15763427 or 1931279. OLE color: 1931279.
HSL color Cylindrical-coordinate representation of color #0F781D: hue angle of 128º 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 #0F781D is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 29 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.53 |
| HSL | 128º | 0.78% | 0.26% | - |
| HSV(B) | 128º | 0.88% | 0.47% | - |
| XYZ | 7.14 | 13.62 | 3.42 | - |
| YUV | 78.23 | 100.21 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 29 | 0.87 | 0 | 0.76 | 0.53 | 128 | 0.78 | 0.26 |
| Hex | F | 78 | 1D | 57 | 0 | 4C | 35 | 80 | 4E | 1A |
| Octal | 17 | 170 | 35 | 127 | 0 | 114 | 65 | 200 | 116 | 32 |
| Binary | 1111 | 1111000 | 11101 | 1010111 | 0 | 1001100 | 110101 | 10000000 | 1001110 | 11010 |
Color Harmonies of #0F781D
Complementary color
Monochromatic Colors of #0F781D
Black with #0F781D
Text Example
Text Example
White with #0F781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F781D; }
p { color: rgb(15,120,29); }
H1.HeaderClassName
{
color: #0F781D;
}
.AnyTagClassName
{
color: #0F781D;
}
</style>
background-color css
<style>
a { background-color: #0F781D; }
a { background-color: rgb(15,120,29); }
div.DivClassName
{
background-color: #0F781D;
}
.BgClassName
{
background-color: #0F781D;
}
</style>
border-color css
<style>
span { border-color: #0F781D; }
span { border-color: rgb(15,120,29); }
td.TdClassName
{
border-color: #0F781D;
}
.TagClassName
{
border-color: #0F781D;
}
</style>