Shades of Forest Green #2F9C2E
Tints of Forest Green #2F9C2E
RGB
CMYK
RGB Variations
Color information
#2F9C2E (or 0x2F9C2E) is known color: Forest Green. HEX triplet: 2F, 9C and 2E. RGB value is (47,156,46). Sum of RGB (Red+Green+Blue) = 47+156+46=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 156 (61.33% from 255 or 62.65% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 156 - color contains mainly: green. Hex color #2F9C2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9C2E is #D063D1. Grayscale: #6F6F6F. Windows color (decimal): -13657042 or 3054639. OLE color: 3054639.
HSL color Cylindrical-coordinate representation of color #2F9C2E: hue angle of 119.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F9C2E is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 156 | 46 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.39 |
| HSL | 119.45º | 0.54% | 0.4% | - |
| HSV(B) | 119.45º | 0.71% | 0.61% | - |
| XYZ | 13.55 | 24.58 | 6.61 | - |
| YUV | 110.87 | 91.39 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 156 | 46 | 0.70 | 0 | 0.71 | 0.39 | 119.45 | 0.54 | 0.4 |
| Hex | 2F | 9C | 2E | 46 | 0 | 47 | 27 | 77 | 36 | 28 |
| Octal | 57 | 234 | 56 | 106 | 0 | 107 | 47 | 167 | 66 | 50 |
| Binary | 101111 | 10011100 | 101110 | 1000110 | 0 | 1000111 | 100111 | 1110111 | 110110 | 101000 |
Color Harmonies of #2F9C2E
Complementary color
Monochromatic Colors of #2F9C2E
Black with #2F9C2E
Text Example
Text Example
White with #2F9C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9C2E; }
p { color: rgb(47,156,46); }
H1.HeaderClassName
{
color: #2F9C2E;
}
.AnyTagClassName
{
color: #2F9C2E;
}
</style>
background-color css
<style>
a { background-color: #2F9C2E; }
a { background-color: rgb(47,156,46); }
div.DivClassName
{
background-color: #2F9C2E;
}
.BgClassName
{
background-color: #2F9C2E;
}
</style>
border-color css
<style>
span { border-color: #2F9C2E; }
span { border-color: rgb(47,156,46); }
td.TdClassName
{
border-color: #2F9C2E;
}
.TagClassName
{
border-color: #2F9C2E;
}
</style>