Shades of Forest Green #2F842B
Tints of Forest Green #2F842B
RGB
CMYK
RGB Variations
Color information
#2F842B (or 0x2F842B) is known color: Forest Green. HEX triplet: 2F, 84 and 2B. RGB value is (47,132,43). Sum of RGB (Red+Green+Blue) = 47+132+43=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #2F842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F842B is #D07BD4. Grayscale: #606060. Windows color (decimal): -13663189 or 2851887. OLE color: 2851887.
HSL color Cylindrical-coordinate representation of color #2F842B: hue angle of 117.3º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F842B is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 132 | 43 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.48 |
| HSL | 117.3º | 0.51% | 0.34% | - |
| HSV(B) | 117.3º | 0.67% | 0.52% | - |
| XYZ | 9.86 | 17.28 | 5.1 | - |
| YUV | 96.44 | 97.84 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 43 | 0.64 | 0 | 0.67 | 0.48 | 117.3 | 0.51 | 0.34 |
| Hex | 2F | 84 | 2B | 40 | 0 | 43 | 30 | 75 | 33 | 22 |
| Octal | 57 | 204 | 53 | 100 | 0 | 103 | 60 | 165 | 63 | 42 |
| Binary | 101111 | 10000100 | 101011 | 1000000 | 0 | 1000011 | 110000 | 1110101 | 110011 | 100010 |
Color Harmonies of #2F842B
Complementary color
Monochromatic Colors of #2F842B
Black with #2F842B
Text Example
Text Example
White with #2F842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F842B; }
p { color: rgb(47,132,43); }
H1.HeaderClassName
{
color: #2F842B;
}
.AnyTagClassName
{
color: #2F842B;
}
</style>
background-color css
<style>
a { background-color: #2F842B; }
a { background-color: rgb(47,132,43); }
div.DivClassName
{
background-color: #2F842B;
}
.BgClassName
{
background-color: #2F842B;
}
</style>
border-color css
<style>
span { border-color: #2F842B; }
span { border-color: rgb(47,132,43); }
td.TdClassName
{
border-color: #2F842B;
}
.TagClassName
{
border-color: #2F842B;
}
</style>