Shades of Forest Green #2F9928
Tints of Forest Green #2F9928
RGB
CMYK
RGB Variations
Color information
#2F9928 (or 0x2F9928) is known color: Forest Green. HEX triplet: 2F, 99 and 28. RGB value is (47,153,40). Sum of RGB (Red+Green+Blue) = 47+153+40=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9928 is #D066D7. Grayscale: #6C6C6C. Windows color (decimal): -13657816 or 2660655. OLE color: 2660655.
HSL color Cylindrical-coordinate representation of color #2F9928: hue angle of 116.28º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F9928 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 40 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.4 |
| HSL | 116.28º | 0.59% | 0.38% | - |
| HSV(B) | 116.28º | 0.74% | 0.6% | - |
| XYZ | 12.95 | 23.54 | 5.87 | - |
| YUV | 108.42 | 89.38 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 40 | 0.69 | 0 | 0.74 | 0.4 | 116.28 | 0.59 | 0.38 |
| Hex | 2F | 99 | 28 | 45 | 0 | 4A | 28 | 74 | 3B | 26 |
| Octal | 57 | 231 | 50 | 105 | 0 | 112 | 50 | 164 | 73 | 46 |
| Binary | 101111 | 10011001 | 101000 | 1000101 | 0 | 1001010 | 101000 | 1110100 | 111011 | 100110 |
Color Harmonies of #2F9928
Complementary color
Monochromatic Colors of #2F9928
Black with #2F9928
Text Example
Text Example
White with #2F9928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9928; }
p { color: rgb(47,153,40); }
H1.HeaderClassName
{
color: #2F9928;
}
.AnyTagClassName
{
color: #2F9928;
}
</style>
background-color css
<style>
a { background-color: #2F9928; }
a { background-color: rgb(47,153,40); }
div.DivClassName
{
background-color: #2F9928;
}
.BgClassName
{
background-color: #2F9928;
}
</style>
border-color css
<style>
span { border-color: #2F9928; }
span { border-color: rgb(47,153,40); }
td.TdClassName
{
border-color: #2F9928;
}
.TagClassName
{
border-color: #2F9928;
}
</style>