Shades of Forest Green #0F7B19
Tints of Forest Green #0F7B19
RGB
CMYK
RGB Variations
Color information
#0F7B19 (or 0x0F7B19) is known color: Forest Green. HEX triplet: 0F, 7B and 19. RGB value is (15,123,25). Sum of RGB (Red+Green+Blue) = 15+123+25=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 123 (48.44% from 255 or 75.46% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7B19 is #F084E6. Grayscale: #4F4F4F. Windows color (decimal): -15762663 or 1669903. OLE color: 1669903.
HSL color Cylindrical-coordinate representation of color #0F7B19: hue angle of 125.56º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B19 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 123 | 25 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.52 |
| HSL | 125.56º | 0.78% | 0.27% | - |
| HSV(B) | 125.56º | 0.88% | 0.48% | - |
| XYZ | 7.46 | 14.34 | 3.29 | - |
| YUV | 79.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 25 | 0.88 | 0 | 0.80 | 0.52 | 125.56 | 0.78 | 0.27 |
| Hex | F | 7B | 19 | 58 | 0 | 50 | 34 | 7E | 4E | 1B |
| Octal | 17 | 173 | 31 | 130 | 0 | 120 | 64 | 176 | 116 | 33 |
| Binary | 1111 | 1111011 | 11001 | 1011000 | 0 | 1010000 | 110100 | 1111110 | 1001110 | 11011 |
Color Harmonies of #0F7B19
Complementary color
Monochromatic Colors of #0F7B19
Black with #0F7B19
Text Example
Text Example
White with #0F7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7B19; }
p { color: rgb(15,123,25); }
H1.HeaderClassName
{
color: #0F7B19;
}
.AnyTagClassName
{
color: #0F7B19;
}
</style>
background-color css
<style>
a { background-color: #0F7B19; }
a { background-color: rgb(15,123,25); }
div.DivClassName
{
background-color: #0F7B19;
}
.BgClassName
{
background-color: #0F7B19;
}
</style>
border-color css
<style>
span { border-color: #0F7B19; }
span { border-color: rgb(15,123,25); }
td.TdClassName
{
border-color: #0F7B19;
}
.TagClassName
{
border-color: #0F7B19;
}
</style>