Shades of Forest Green #2F952D
Tints of Forest Green #2F952D
RGB
CMYK
RGB Variations
Color information
#2F952D (or 0x2F952D) is known color: Forest Green. HEX triplet: 2F, 95 and 2D. RGB value is (47,149,45). Sum of RGB (Red+Green+Blue) = 47+149+45=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #2F952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F952D is #D06AD2. Grayscale: #6A6A6A. Windows color (decimal): -13658835 or 2987311. OLE color: 2987311.
HSL color Cylindrical-coordinate representation of color #2F952D: hue angle of 118.85º degrees, saturation: 0.54, 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 #2F952D is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 45 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.42 |
| HSL | 118.85º | 0.54% | 0.38% | - |
| HSV(B) | 118.85º | 0.7% | 0.58% | - |
| XYZ | 12.39 | 22.29 | 6.13 | - |
| YUV | 106.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 45 | 0.68 | 0 | 0.70 | 0.42 | 118.85 | 0.54 | 0.38 |
| Hex | 2F | 95 | 2D | 44 | 0 | 46 | 2A | 77 | 36 | 26 |
| Octal | 57 | 225 | 55 | 104 | 0 | 106 | 52 | 167 | 66 | 46 |
| Binary | 101111 | 10010101 | 101101 | 1000100 | 0 | 1000110 | 101010 | 1110111 | 110110 | 100110 |
Color Harmonies of #2F952D
Complementary color
Monochromatic Colors of #2F952D
Black with #2F952D
Text Example
Text Example
White with #2F952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F952D; }
p { color: rgb(47,149,45); }
H1.HeaderClassName
{
color: #2F952D;
}
.AnyTagClassName
{
color: #2F952D;
}
</style>
background-color css
<style>
a { background-color: #2F952D; }
a { background-color: rgb(47,149,45); }
div.DivClassName
{
background-color: #2F952D;
}
.BgClassName
{
background-color: #2F952D;
}
</style>
border-color css
<style>
span { border-color: #2F952D; }
span { border-color: rgb(47,149,45); }
td.TdClassName
{
border-color: #2F952D;
}
.TagClassName
{
border-color: #2F952D;
}
</style>