Shades of Forest Green #2F981C
Tints of Forest Green #2F981C
RGB
CMYK
RGB Variations
Color information
#2F981C (or 0x2F981C) is known color: Forest Green. HEX triplet: 2F, 98 and 1C. RGB value is (47,152,28). Sum of RGB (Red+Green+Blue) = 47+152+28=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 152 (59.77% from 255 or 66.96% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 152 - color contains mainly: green. Hex color #2F981C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F981C is #D067E3. Grayscale: #6A6A6A. Windows color (decimal): -13658084 or 1873967. OLE color: 1873967.
HSL color Cylindrical-coordinate representation of color #2F981C: hue angle of 110.81º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F981C is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 152 | 28 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.40 |
| HSL | 110.81º | 0.69% | 0.35% | - |
| HSV(B) | 110.81º | 0.82% | 0.6% | - |
| XYZ | 12.61 | 23.14 | 4.9 | - |
| YUV | 106.47 | 83.71 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 152 | 28 | 0.69 | 0 | 0.82 | 0.40 | 110.81 | 0.69 | 0.35 |
| Hex | 2F | 98 | 1C | 45 | 0 | 52 | 28 | 6F | 45 | 23 |
| Octal | 57 | 230 | 34 | 105 | 0 | 122 | 50 | 157 | 105 | 43 |
| Binary | 101111 | 10011000 | 11100 | 1000101 | 0 | 1010010 | 101000 | 1101111 | 1000101 | 100011 |
Color Harmonies of #2F981C
Complementary color
Monochromatic Colors of #2F981C
Black with #2F981C
Text Example
Text Example
White with #2F981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F981C; }
p { color: rgb(47,152,28); }
H1.HeaderClassName
{
color: #2F981C;
}
.AnyTagClassName
{
color: #2F981C;
}
</style>
background-color css
<style>
a { background-color: #2F981C; }
a { background-color: rgb(47,152,28); }
div.DivClassName
{
background-color: #2F981C;
}
.BgClassName
{
background-color: #2F981C;
}
</style>
border-color css
<style>
span { border-color: #2F981C; }
span { border-color: rgb(47,152,28); }
td.TdClassName
{
border-color: #2F981C;
}
.TagClassName
{
border-color: #2F981C;
}
</style>