Shades of Forest Green #2F9827
Tints of Forest Green #2F9827
RGB
CMYK
RGB Variations
Color information
#2F9827 (or 0x2F9827) is known color: Forest Green. HEX triplet: 2F, 98 and 27. RGB value is (47,152,39). Sum of RGB (Red+Green+Blue) = 47+152+39=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9827 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9827 is #D067D8. Grayscale: #6C6C6C. Windows color (decimal): -13658073 or 2594863. OLE color: 2594863.
HSL color Cylindrical-coordinate representation of color #2F9827: hue angle of 115.75º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F9827 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 152 | 39 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.40 |
| HSL | 115.75º | 0.59% | 0.37% | - |
| HSV(B) | 115.75º | 0.74% | 0.6% | - |
| XYZ | 12.77 | 23.21 | 5.73 | - |
| YUV | 107.72 | 89.21 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 152 | 39 | 0.69 | 0 | 0.74 | 0.40 | 115.75 | 0.59 | 0.37 |
| Hex | 2F | 98 | 27 | 45 | 0 | 4A | 28 | 74 | 3B | 25 |
| Octal | 57 | 230 | 47 | 105 | 0 | 112 | 50 | 164 | 73 | 45 |
| Binary | 101111 | 10011000 | 100111 | 1000101 | 0 | 1001010 | 101000 | 1110100 | 111011 | 100101 |
Color Harmonies of #2F9827
Complementary color
Monochromatic Colors of #2F9827
Black with #2F9827
Text Example
Text Example
White with #2F9827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9827; }
p { color: rgb(47,152,39); }
H1.HeaderClassName
{
color: #2F9827;
}
.AnyTagClassName
{
color: #2F9827;
}
</style>
background-color css
<style>
a { background-color: #2F9827; }
a { background-color: rgb(47,152,39); }
div.DivClassName
{
background-color: #2F9827;
}
.BgClassName
{
background-color: #2F9827;
}
</style>
border-color css
<style>
span { border-color: #2F9827; }
span { border-color: rgb(47,152,39); }
td.TdClassName
{
border-color: #2F9827;
}
.TagClassName
{
border-color: #2F9827;
}
</style>