Shades of Forest Green #2F892B
Tints of Forest Green #2F892B
RGB
CMYK
RGB Variations
Color information
#2F892B (or 0x2F892B) is known color: Forest Green. HEX triplet: 2F, 89 and 2B. RGB value is (47,137,43). Sum of RGB (Red+Green+Blue) = 47+137+43=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #2F892B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F892B is #D076D4. Grayscale: #636363. Windows color (decimal): -13661909 or 2853167. OLE color: 2853167.
HSL color Cylindrical-coordinate representation of color #2F892B: hue angle of 117.45º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F892B is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 43 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.46 |
| HSL | 117.45º | 0.52% | 0.35% | - |
| HSV(B) | 117.45º | 0.69% | 0.54% | - |
| XYZ | 10.55 | 18.67 | 5.33 | - |
| YUV | 99.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 43 | 0.66 | 0 | 0.69 | 0.46 | 117.45 | 0.52 | 0.35 |
| Hex | 2F | 89 | 2B | 42 | 0 | 45 | 2E | 75 | 34 | 23 |
| Octal | 57 | 211 | 53 | 102 | 0 | 105 | 56 | 165 | 64 | 43 |
| Binary | 101111 | 10001001 | 101011 | 1000010 | 0 | 1000101 | 101110 | 1110101 | 110100 | 100011 |
Color Harmonies of #2F892B
Complementary color
Monochromatic Colors of #2F892B
Black with #2F892B
Text Example
Text Example
White with #2F892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F892B; }
p { color: rgb(47,137,43); }
H1.HeaderClassName
{
color: #2F892B;
}
.AnyTagClassName
{
color: #2F892B;
}
</style>
background-color css
<style>
a { background-color: #2F892B; }
a { background-color: rgb(47,137,43); }
div.DivClassName
{
background-color: #2F892B;
}
.BgClassName
{
background-color: #2F892B;
}
</style>
border-color css
<style>
span { border-color: #2F892B; }
span { border-color: rgb(47,137,43); }
td.TdClassName
{
border-color: #2F892B;
}
.TagClassName
{
border-color: #2F892B;
}
</style>