Shades of Forest Green #2F990F
Tints of Forest Green #2F990F
RGB
CMYK
RGB Variations
Color information
#2F990F (or 0x2F990F) is known color: Forest Green. HEX triplet: 2F, 99 and 0F. RGB value is (47,153,15). Sum of RGB (Red+Green+Blue) = 47+153+15=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 153 (60.16% from 255 or 71.16% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 153 - color contains mainly: green. Hex color #2F990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F990F is #D066F0. Grayscale: #6A6A6A. Windows color (decimal): -13657841 or 1022255. OLE color: 1022255.
HSL color Cylindrical-coordinate representation of color #2F990F: hue angle of 106.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F990F is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 15 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.4 |
| HSL | 106.09º | 0.82% | 0.33% | - |
| HSV(B) | 106.09º | 0.9% | 0.6% | - |
| XYZ | 12.65 | 23.42 | 4.31 | - |
| YUV | 105.57 | 76.88 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 15 | 0.69 | 0 | 0.90 | 0.4 | 106.09 | 0.82 | 0.33 |
| Hex | 2F | 99 | F | 45 | 0 | 5A | 28 | 6A | 52 | 21 |
| Octal | 57 | 231 | 17 | 105 | 0 | 132 | 50 | 152 | 122 | 41 |
| Binary | 101111 | 10011001 | 1111 | 1000101 | 0 | 1011010 | 101000 | 1101010 | 1010010 | 100001 |
Color Harmonies of #2F990F
Complementary color
Monochromatic Colors of #2F990F
Black with #2F990F
Text Example
Text Example
White with #2F990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F990F; }
p { color: rgb(47,153,15); }
H1.HeaderClassName
{
color: #2F990F;
}
.AnyTagClassName
{
color: #2F990F;
}
</style>
background-color css
<style>
a { background-color: #2F990F; }
a { background-color: rgb(47,153,15); }
div.DivClassName
{
background-color: #2F990F;
}
.BgClassName
{
background-color: #2F990F;
}
</style>
border-color css
<style>
span { border-color: #2F990F; }
span { border-color: rgb(47,153,15); }
td.TdClassName
{
border-color: #2F990F;
}
.TagClassName
{
border-color: #2F990F;
}
</style>