Shades of Forest Green #2F8128
Tints of Forest Green #2F8128
RGB
CMYK
RGB Variations
Color information
#2F8128 (or 0x2F8128) is known color: Forest Green. HEX triplet: 2F, 81 and 28. RGB value is (47,129,40). Sum of RGB (Red+Green+Blue) = 47+129+40=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #2F8128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8128 is #D07ED7. Grayscale: #5E5E5E. Windows color (decimal): -13663960 or 2654511. OLE color: 2654511.
HSL color Cylindrical-coordinate representation of color #2F8128: hue angle of 115.28º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F8128 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 40 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.49 |
| HSL | 115.28º | 0.53% | 0.33% | - |
| HSV(B) | 115.28º | 0.69% | 0.51% | - |
| XYZ | 9.41 | 16.46 | 4.69 | - |
| YUV | 94.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 40 | 0.64 | 0 | 0.69 | 0.49 | 115.28 | 0.53 | 0.33 |
| Hex | 2F | 81 | 28 | 40 | 0 | 45 | 31 | 73 | 35 | 21 |
| Octal | 57 | 201 | 50 | 100 | 0 | 105 | 61 | 163 | 65 | 41 |
| Binary | 101111 | 10000001 | 101000 | 1000000 | 0 | 1000101 | 110001 | 1110011 | 110101 | 100001 |
Color Harmonies of #2F8128
Complementary color
Monochromatic Colors of #2F8128
Black with #2F8128
Text Example
Text Example
White with #2F8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8128; }
p { color: rgb(47,129,40); }
H1.HeaderClassName
{
color: #2F8128;
}
.AnyTagClassName
{
color: #2F8128;
}
</style>
background-color css
<style>
a { background-color: #2F8128; }
a { background-color: rgb(47,129,40); }
div.DivClassName
{
background-color: #2F8128;
}
.BgClassName
{
background-color: #2F8128;
}
</style>
border-color css
<style>
span { border-color: #2F8128; }
span { border-color: rgb(47,129,40); }
td.TdClassName
{
border-color: #2F8128;
}
.TagClassName
{
border-color: #2F8128;
}
</style>