Shades of Forest Green #2F992B
Tints of Forest Green #2F992B
RGB
CMYK
RGB Variations
Color information
#2F992B (or 0x2F992B) is known color: Forest Green. HEX triplet: 2F, 99 and 2B. RGB value is (47,153,43). Sum of RGB (Red+Green+Blue) = 47+153+43=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #2F992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F992B is #D066D4. Grayscale: #6D6D6D. Windows color (decimal): -13657813 or 2857263. OLE color: 2857263.
HSL color Cylindrical-coordinate representation of color #2F992B: hue angle of 117.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F992B is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 43 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.4 |
| HSL | 117.82º | 0.56% | 0.38% | - |
| HSV(B) | 117.82º | 0.72% | 0.6% | - |
| XYZ | 13 | 23.56 | 6.15 | - |
| YUV | 108.77 | 90.88 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 43 | 0.69 | 0 | 0.72 | 0.4 | 117.82 | 0.56 | 0.38 |
| Hex | 2F | 99 | 2B | 45 | 0 | 48 | 28 | 76 | 38 | 26 |
| Octal | 57 | 231 | 53 | 105 | 0 | 110 | 50 | 166 | 70 | 46 |
| Binary | 101111 | 10011001 | 101011 | 1000101 | 0 | 1001000 | 101000 | 1110110 | 111000 | 100110 |
Color Harmonies of #2F992B
Complementary color
Monochromatic Colors of #2F992B
Black with #2F992B
Text Example
Text Example
White with #2F992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F992B; }
p { color: rgb(47,153,43); }
H1.HeaderClassName
{
color: #2F992B;
}
.AnyTagClassName
{
color: #2F992B;
}
</style>
background-color css
<style>
a { background-color: #2F992B; }
a { background-color: rgb(47,153,43); }
div.DivClassName
{
background-color: #2F992B;
}
.BgClassName
{
background-color: #2F992B;
}
</style>
border-color css
<style>
span { border-color: #2F992B; }
span { border-color: rgb(47,153,43); }
td.TdClassName
{
border-color: #2F992B;
}
.TagClassName
{
border-color: #2F992B;
}
</style>