Shades of Forest Green #2F942B
Tints of Forest Green #2F942B
RGB
CMYK
RGB Variations
Color information
#2F942B (or 0x2F942B) is known color: Forest Green. HEX triplet: 2F, 94 and 2B. RGB value is (47,148,43). Sum of RGB (Red+Green+Blue) = 47+148+43=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #2F942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F942B is #D06BD4. Grayscale: #6A6A6A. Windows color (decimal): -13659093 or 2855983. OLE color: 2855983.
HSL color Cylindrical-coordinate representation of color #2F942B: hue angle of 117.71º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F942B is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 43 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.42 |
| HSL | 117.71º | 0.55% | 0.37% | - |
| HSV(B) | 117.71º | 0.71% | 0.58% | - |
| XYZ | 12.2 | 21.96 | 5.88 | - |
| YUV | 105.83 | 92.54 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 43 | 0.68 | 0 | 0.71 | 0.42 | 117.71 | 0.55 | 0.37 |
| Hex | 2F | 94 | 2B | 44 | 0 | 47 | 2A | 76 | 37 | 25 |
| Octal | 57 | 224 | 53 | 104 | 0 | 107 | 52 | 166 | 67 | 45 |
| Binary | 101111 | 10010100 | 101011 | 1000100 | 0 | 1000111 | 101010 | 1110110 | 110111 | 100101 |
Color Harmonies of #2F942B
Complementary color
Monochromatic Colors of #2F942B
Black with #2F942B
Text Example
Text Example
White with #2F942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F942B; }
p { color: rgb(47,148,43); }
H1.HeaderClassName
{
color: #2F942B;
}
.AnyTagClassName
{
color: #2F942B;
}
</style>
background-color css
<style>
a { background-color: #2F942B; }
a { background-color: rgb(47,148,43); }
div.DivClassName
{
background-color: #2F942B;
}
.BgClassName
{
background-color: #2F942B;
}
</style>
border-color css
<style>
span { border-color: #2F942B; }
span { border-color: rgb(47,148,43); }
td.TdClassName
{
border-color: #2F942B;
}
.TagClassName
{
border-color: #2F942B;
}
</style>