Shades of Forest Green #2F9932
Tints of Forest Green #2F9932
RGB
CMYK
RGB Variations
Color information
#2F9932 (or 0x2F9932) is known color: Forest Green. HEX triplet: 2F, 99 and 32. RGB value is (47,153,50). Sum of RGB (Red+Green+Blue) = 47+153+50=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9932 is #D066CD. Grayscale: #6D6D6D. Windows color (decimal): -13657806 or 3316015. OLE color: 3316015.
HSL color Cylindrical-coordinate representation of color #2F9932: hue angle of 121.7º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9932 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 50 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.4 |
| HSL | 121.7º | 0.53% | 0.39% | - |
| HSV(B) | 121.7º | 0.69% | 0.6% | - |
| XYZ | 13.14 | 23.62 | 6.88 | - |
| YUV | 109.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 50 | 0.69 | 0 | 0.67 | 0.4 | 121.7 | 0.53 | 0.39 |
| Hex | 2F | 99 | 32 | 45 | 0 | 43 | 28 | 7A | 35 | 27 |
| Octal | 57 | 231 | 62 | 105 | 0 | 103 | 50 | 172 | 65 | 47 |
| Binary | 101111 | 10011001 | 110010 | 1000101 | 0 | 1000011 | 101000 | 1111010 | 110101 | 100111 |
Color Harmonies of #2F9932
Complementary color
Monochromatic Colors of #2F9932
Black with #2F9932
Text Example
Text Example
White with #2F9932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9932; }
p { color: rgb(47,153,50); }
H1.HeaderClassName
{
color: #2F9932;
}
.AnyTagClassName
{
color: #2F9932;
}
</style>
background-color css
<style>
a { background-color: #2F9932; }
a { background-color: rgb(47,153,50); }
div.DivClassName
{
background-color: #2F9932;
}
.BgClassName
{
background-color: #2F9932;
}
</style>
border-color css
<style>
span { border-color: #2F9932; }
span { border-color: rgb(47,153,50); }
td.TdClassName
{
border-color: #2F9932;
}
.TagClassName
{
border-color: #2F9932;
}
</style>