Shades of Forest Green #0F962F
Tints of Forest Green #0F962F
RGB
CMYK
RGB Variations
Color information
#0F962F (or 0x0F962F) is known color: Forest Green. HEX triplet: 0F, 96 and 2F. RGB value is (15,150,47). Sum of RGB (Red+Green+Blue) = 15+150+47=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 150 (58.98% from 255 or 70.75% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 150 - color contains mainly: green. Hex color #0F962F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F962F is #F069D0. Grayscale: #626262. Windows color (decimal): -15755729 or 3118607. OLE color: 3118607.
HSL color Cylindrical-coordinate representation of color #0F962F: hue angle of 134.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F962F is Cyan = 0.9, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 47 | - |
| CMYK | 0.9 | 0 | 0.69 | 0.41 |
| HSL | 134.22º | 0.82% | 0.32% | - |
| HSV(B) | 134.22º | 0.9% | 0.59% | - |
| XYZ | 11.62 | 22.12 | 6.35 | - |
| YUV | 97.89 | 99.27 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 47 | 0.9 | 0 | 0.69 | 0.41 | 134.22 | 0.82 | 0.32 |
| Hex | F | 96 | 2F | 5A | 0 | 45 | 29 | 86 | 52 | 20 |
| Octal | 17 | 226 | 57 | 132 | 0 | 105 | 51 | 206 | 122 | 40 |
| Binary | 1111 | 10010110 | 101111 | 1011010 | 0 | 1000101 | 101001 | 10000110 | 1010010 | 100000 |
Color Harmonies of #0F962F
Complementary color
Monochromatic Colors of #0F962F
Black with #0F962F
Text Example
Text Example
White with #0F962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F962F; }
p { color: rgb(15,150,47); }
H1.HeaderClassName
{
color: #0F962F;
}
.AnyTagClassName
{
color: #0F962F;
}
</style>
background-color css
<style>
a { background-color: #0F962F; }
a { background-color: rgb(15,150,47); }
div.DivClassName
{
background-color: #0F962F;
}
.BgClassName
{
background-color: #0F962F;
}
</style>
border-color css
<style>
span { border-color: #0F962F; }
span { border-color: rgb(15,150,47); }
td.TdClassName
{
border-color: #0F962F;
}
.TagClassName
{
border-color: #0F962F;
}
</style>