Shades of Forest Green #2F942D
Tints of Forest Green #2F942D
RGB
CMYK
RGB Variations
Color information
#2F942D (or 0x2F942D) is known color: Forest Green. HEX triplet: 2F, 94 and 2D. RGB value is (47,148,45). Sum of RGB (Red+Green+Blue) = 47+148+45=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #2F942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F942D is #D06BD2. Grayscale: #6A6A6A. Windows color (decimal): -13659091 or 2987055. OLE color: 2987055.
HSL color Cylindrical-coordinate representation of color #2F942D: hue angle of 118.83º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F942D is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 45 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.42 |
| HSL | 118.83º | 0.53% | 0.38% | - |
| HSV(B) | 118.83º | 0.7% | 0.58% | - |
| XYZ | 12.24 | 21.97 | 6.08 | - |
| YUV | 106.06 | 93.54 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 45 | 0.68 | 0 | 0.70 | 0.42 | 118.83 | 0.53 | 0.38 |
| Hex | 2F | 94 | 2D | 44 | 0 | 46 | 2A | 77 | 35 | 26 |
| Octal | 57 | 224 | 55 | 104 | 0 | 106 | 52 | 167 | 65 | 46 |
| Binary | 101111 | 10010100 | 101101 | 1000100 | 0 | 1000110 | 101010 | 1110111 | 110101 | 100110 |
Color Harmonies of #2F942D
Complementary color
Monochromatic Colors of #2F942D
Black with #2F942D
Text Example
Text Example
White with #2F942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F942D; }
p { color: rgb(47,148,45); }
H1.HeaderClassName
{
color: #2F942D;
}
.AnyTagClassName
{
color: #2F942D;
}
</style>
background-color css
<style>
a { background-color: #2F942D; }
a { background-color: rgb(47,148,45); }
div.DivClassName
{
background-color: #2F942D;
}
.BgClassName
{
background-color: #2F942D;
}
</style>
border-color css
<style>
span { border-color: #2F942D; }
span { border-color: rgb(47,148,45); }
td.TdClassName
{
border-color: #2F942D;
}
.TagClassName
{
border-color: #2F942D;
}
</style>