Shades of Forest Green #2F992F
Tints of Forest Green #2F992F
RGB
CMYK
RGB Variations
Color information
#2F992F (or 0x2F992F) is known color: Forest Green. HEX triplet: 2F, 99 and 2F. RGB value is (47,153,47). Sum of RGB (Red+Green+Blue) = 47+153+47=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #2F992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F992F is #D066D0. Grayscale: #6D6D6D. Windows color (decimal): -13657809 or 3119407. OLE color: 3119407.
HSL color Cylindrical-coordinate representation of color #2F992F: hue angle of 120º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F992F is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 47 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.4 |
| HSL | 120º | 0.53% | 0.39% | - |
| HSV(B) | 120º | 0.69% | 0.6% | - |
| XYZ | 13.08 | 23.59 | 6.55 | - |
| YUV | 109.22 | 92.88 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 47 | 0.69 | 0 | 0.69 | 0.4 | 120 | 0.53 | 0.39 |
| Hex | 2F | 99 | 2F | 45 | 0 | 45 | 28 | 78 | 35 | 27 |
| Octal | 57 | 231 | 57 | 105 | 0 | 105 | 50 | 170 | 65 | 47 |
| Binary | 101111 | 10011001 | 101111 | 1000101 | 0 | 1000101 | 101000 | 1111000 | 110101 | 100111 |
Color Harmonies of #2F992F
Complementary color
Monochromatic Colors of #2F992F
Black with #2F992F
Text Example
Text Example
White with #2F992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F992F; }
p { color: rgb(47,153,47); }
H1.HeaderClassName
{
color: #2F992F;
}
.AnyTagClassName
{
color: #2F992F;
}
</style>
background-color css
<style>
a { background-color: #2F992F; }
a { background-color: rgb(47,153,47); }
div.DivClassName
{
background-color: #2F992F;
}
.BgClassName
{
background-color: #2F992F;
}
</style>
border-color css
<style>
span { border-color: #2F992F; }
span { border-color: rgb(47,153,47); }
td.TdClassName
{
border-color: #2F992F;
}
.TagClassName
{
border-color: #2F992F;
}
</style>