Shades of Forest Green #0F791A
Tints of Forest Green #0F791A
RGB
CMYK
RGB Variations
Color information
#0F791A (or 0x0F791A) is known color: Forest Green. HEX triplet: 0F, 79 and 1A. RGB value is (15,121,26). Sum of RGB (Red+Green+Blue) = 15+121+26=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 121 (47.66% from 255 or 74.69% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 121 - color contains mainly: green. Hex color #0F791A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F791A is #F086E5. Grayscale: #4E4E4E. Windows color (decimal): -15763174 or 1734927. OLE color: 1734927.
HSL color Cylindrical-coordinate representation of color #0F791A: hue angle of 126.23º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F791A is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 121 | 26 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.53 |
| HSL | 126.23º | 0.78% | 0.27% | - |
| HSV(B) | 126.23º | 0.88% | 0.47% | - |
| XYZ | 7.22 | 13.85 | 3.27 | - |
| YUV | 78.48 | 98.38 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 26 | 0.88 | 0 | 0.79 | 0.53 | 126.23 | 0.78 | 0.27 |
| Hex | F | 79 | 1A | 58 | 0 | 4F | 35 | 7E | 4E | 1B |
| Octal | 17 | 171 | 32 | 130 | 0 | 117 | 65 | 176 | 116 | 33 |
| Binary | 1111 | 1111001 | 11010 | 1011000 | 0 | 1001111 | 110101 | 1111110 | 1001110 | 11011 |
Color Harmonies of #0F791A
Complementary color
Monochromatic Colors of #0F791A
Black with #0F791A
Text Example
Text Example
White with #0F791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F791A; }
p { color: rgb(15,121,26); }
H1.HeaderClassName
{
color: #0F791A;
}
.AnyTagClassName
{
color: #0F791A;
}
</style>
background-color css
<style>
a { background-color: #0F791A; }
a { background-color: rgb(15,121,26); }
div.DivClassName
{
background-color: #0F791A;
}
.BgClassName
{
background-color: #0F791A;
}
</style>
border-color css
<style>
span { border-color: #0F791A; }
span { border-color: rgb(15,121,26); }
td.TdClassName
{
border-color: #0F791A;
}
.TagClassName
{
border-color: #0F791A;
}
</style>