Shades of Forest Green #2F9B32
Tints of Forest Green #2F9B32
RGB
CMYK
RGB Variations
Color information
#2F9B32 (or 0x2F9B32) is known color: Forest Green. HEX triplet: 2F, 9B and 32. RGB value is (47,155,50). Sum of RGB (Red+Green+Blue) = 47+155+50=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9B32 is #D064CD. Grayscale: #6F6F6F. Windows color (decimal): -13657294 or 3316527. OLE color: 3316527.
HSL color Cylindrical-coordinate representation of color #2F9B32: hue angle of 121.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9B32 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 155 | 50 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.39 |
| HSL | 121.67º | 0.53% | 0.4% | - |
| HSV(B) | 121.67º | 0.7% | 0.61% | - |
| XYZ | 13.47 | 24.28 | 6.99 | - |
| YUV | 110.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 155 | 50 | 0.70 | 0 | 0.68 | 0.39 | 121.67 | 0.53 | 0.4 |
| Hex | 2F | 9B | 32 | 46 | 0 | 44 | 27 | 7A | 35 | 28 |
| Octal | 57 | 233 | 62 | 106 | 0 | 104 | 47 | 172 | 65 | 50 |
| Binary | 101111 | 10011011 | 110010 | 1000110 | 0 | 1000100 | 100111 | 1111010 | 110101 | 101000 |
Color Harmonies of #2F9B32
Complementary color
Monochromatic Colors of #2F9B32
Black with #2F9B32
Text Example
Text Example
White with #2F9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9B32; }
p { color: rgb(47,155,50); }
H1.HeaderClassName
{
color: #2F9B32;
}
.AnyTagClassName
{
color: #2F9B32;
}
</style>
background-color css
<style>
a { background-color: #2F9B32; }
a { background-color: rgb(47,155,50); }
div.DivClassName
{
background-color: #2F9B32;
}
.BgClassName
{
background-color: #2F9B32;
}
</style>
border-color css
<style>
span { border-color: #2F9B32; }
span { border-color: rgb(47,155,50); }
td.TdClassName
{
border-color: #2F9B32;
}
.TagClassName
{
border-color: #2F9B32;
}
</style>