Shades of Forest Green #2F9C06
Tints of Forest Green #2F9C06
RGB
CMYK
RGB Variations
Color information
#2F9C06 (or 0x2F9C06) is known color: Forest Green. HEX triplet: 2F, 9C and 06. RGB value is (47,156,6). Sum of RGB (Red+Green+Blue) = 47+156+6=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 156 (61.33% from 255 or 74.64% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 156 - color contains mainly: green. Hex color #2F9C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9C06 is #D063F9. Grayscale: #6A6A6A. Windows color (decimal): -13657082 or 433199. OLE color: 433199.
HSL color Cylindrical-coordinate representation of color #2F9C06: hue angle of 103.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F9C06 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 156 | 6 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.39 |
| HSL | 103.6º | 0.93% | 0.32% | - |
| HSV(B) | 103.6º | 0.96% | 0.61% | - |
| XYZ | 13.09 | 24.39 | 4.19 | - |
| YUV | 106.31 | 71.39 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 156 | 6 | 0.70 | 0 | 0.96 | 0.39 | 103.6 | 0.93 | 0.32 |
| Hex | 2F | 9C | 6 | 46 | 0 | 60 | 27 | 68 | 5D | 20 |
| Octal | 57 | 234 | 6 | 106 | 0 | 140 | 47 | 150 | 135 | 40 |
| Binary | 101111 | 10011100 | 110 | 1000110 | 0 | 1100000 | 100111 | 1101000 | 1011101 | 100000 |
Color Harmonies of #2F9C06
Complementary color
Monochromatic Colors of #2F9C06
Black with #2F9C06
Text Example
Text Example
White with #2F9C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9C06; }
p { color: rgb(47,156,6); }
H1.HeaderClassName
{
color: #2F9C06;
}
.AnyTagClassName
{
color: #2F9C06;
}
</style>
background-color css
<style>
a { background-color: #2F9C06; }
a { background-color: rgb(47,156,6); }
div.DivClassName
{
background-color: #2F9C06;
}
.BgClassName
{
background-color: #2F9C06;
}
</style>
border-color css
<style>
span { border-color: #2F9C06; }
span { border-color: rgb(47,156,6); }
td.TdClassName
{
border-color: #2F9C06;
}
.TagClassName
{
border-color: #2F9C06;
}
</style>