Shades of Forest Green #2F9819
Tints of Forest Green #2F9819
RGB
CMYK
RGB Variations
Color information
#2F9819 (or 0x2F9819) is known color: Forest Green. HEX triplet: 2F, 98 and 19. RGB value is (47,152,25). Sum of RGB (Red+Green+Blue) = 47+152+25=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 152 (59.77% from 255 or 67.86% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9819 is #D067E6. Grayscale: #6A6A6A. Windows color (decimal): -13658087 or 1677359. OLE color: 1677359.
HSL color Cylindrical-coordinate representation of color #2F9819: hue angle of 109.61º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F9819 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 152 | 25 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.40 |
| HSL | 109.61º | 0.72% | 0.35% | - |
| HSV(B) | 109.61º | 0.84% | 0.6% | - |
| XYZ | 12.58 | 23.13 | 4.72 | - |
| YUV | 106.13 | 82.21 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 152 | 25 | 0.69 | 0 | 0.84 | 0.40 | 109.61 | 0.72 | 0.35 |
| Hex | 2F | 98 | 19 | 45 | 0 | 54 | 28 | 6E | 48 | 23 |
| Octal | 57 | 230 | 31 | 105 | 0 | 124 | 50 | 156 | 110 | 43 |
| Binary | 101111 | 10011000 | 11001 | 1000101 | 0 | 1010100 | 101000 | 1101110 | 1001000 | 100011 |
Color Harmonies of #2F9819
Complementary color
Monochromatic Colors of #2F9819
Black with #2F9819
Text Example
Text Example
White with #2F9819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9819; }
p { color: rgb(47,152,25); }
H1.HeaderClassName
{
color: #2F9819;
}
.AnyTagClassName
{
color: #2F9819;
}
</style>
background-color css
<style>
a { background-color: #2F9819; }
a { background-color: rgb(47,152,25); }
div.DivClassName
{
background-color: #2F9819;
}
.BgClassName
{
background-color: #2F9819;
}
</style>
border-color css
<style>
span { border-color: #2F9819; }
span { border-color: rgb(47,152,25); }
td.TdClassName
{
border-color: #2F9819;
}
.TagClassName
{
border-color: #2F9819;
}
</style>