Shades of Forest Green #2F9231
Tints of Forest Green #2F9231
RGB
CMYK
RGB Variations
Color information
#2F9231 (or 0x2F9231) is known color: Forest Green. HEX triplet: 2F, 92 and 31. RGB value is (47,146,49). Sum of RGB (Red+Green+Blue) = 47+146+49=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9231 is #D06DCE. Grayscale: #696969. Windows color (decimal): -13659599 or 3248687. OLE color: 3248687.
HSL color Cylindrical-coordinate representation of color #2F9231: hue angle of 121.21º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9231 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 146 | 49 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.43 |
| HSL | 121.21º | 0.51% | 0.38% | - |
| HSV(B) | 121.21º | 0.68% | 0.57% | - |
| XYZ | 12.01 | 21.38 | 6.4 | - |
| YUV | 105.34 | 96.2 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 49 | 0.68 | 0 | 0.66 | 0.43 | 121.21 | 0.51 | 0.38 |
| Hex | 2F | 92 | 31 | 44 | 0 | 42 | 2B | 79 | 33 | 26 |
| Octal | 57 | 222 | 61 | 104 | 0 | 102 | 53 | 171 | 63 | 46 |
| Binary | 101111 | 10010010 | 110001 | 1000100 | 0 | 1000010 | 101011 | 1111001 | 110011 | 100110 |
Color Harmonies of #2F9231
Complementary color
Monochromatic Colors of #2F9231
Black with #2F9231
Text Example
Text Example
White with #2F9231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9231; }
p { color: rgb(47,146,49); }
H1.HeaderClassName
{
color: #2F9231;
}
.AnyTagClassName
{
color: #2F9231;
}
</style>
background-color css
<style>
a { background-color: #2F9231; }
a { background-color: rgb(47,146,49); }
div.DivClassName
{
background-color: #2F9231;
}
.BgClassName
{
background-color: #2F9231;
}
</style>
border-color css
<style>
span { border-color: #2F9231; }
span { border-color: rgb(47,146,49); }
td.TdClassName
{
border-color: #2F9231;
}
.TagClassName
{
border-color: #2F9231;
}
</style>