Shades of Forest Green #2F9531
Tints of Forest Green #2F9531
RGB
CMYK
RGB Variations
Color information
#2F9531 (or 0x2F9531) is known color: Forest Green. HEX triplet: 2F, 95 and 31. RGB value is (47,149,49). Sum of RGB (Red+Green+Blue) = 47+149+49=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9531 is #D06ACE. Grayscale: #6B6B6B. Windows color (decimal): -13658831 or 3249455. OLE color: 3249455.
HSL color Cylindrical-coordinate representation of color #2F9531: hue angle of 121.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9531 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 49 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.42 |
| HSL | 121.18º | 0.52% | 0.38% | - |
| HSV(B) | 121.18º | 0.68% | 0.58% | - |
| XYZ | 12.47 | 22.32 | 6.56 | - |
| YUV | 107.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 49 | 0.68 | 0 | 0.67 | 0.42 | 121.18 | 0.52 | 0.38 |
| Hex | 2F | 95 | 31 | 44 | 0 | 43 | 2A | 79 | 34 | 26 |
| Octal | 57 | 225 | 61 | 104 | 0 | 103 | 52 | 171 | 64 | 46 |
| Binary | 101111 | 10010101 | 110001 | 1000100 | 0 | 1000011 | 101010 | 1111001 | 110100 | 100110 |
Color Harmonies of #2F9531
Complementary color
Monochromatic Colors of #2F9531
Black with #2F9531
Text Example
Text Example
White with #2F9531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9531; }
p { color: rgb(47,149,49); }
H1.HeaderClassName
{
color: #2F9531;
}
.AnyTagClassName
{
color: #2F9531;
}
</style>
background-color css
<style>
a { background-color: #2F9531; }
a { background-color: rgb(47,149,49); }
div.DivClassName
{
background-color: #2F9531;
}
.BgClassName
{
background-color: #2F9531;
}
</style>
border-color css
<style>
span { border-color: #2F9531; }
span { border-color: rgb(47,149,49); }
td.TdClassName
{
border-color: #2F9531;
}
.TagClassName
{
border-color: #2F9531;
}
</style>