Shades of Forest Green #2F941E
Tints of Forest Green #2F941E
RGB
CMYK
RGB Variations
Color information
#2F941E (or 0x2F941E) is known color: Forest Green. HEX triplet: 2F, 94 and 1E. RGB value is (47,148,30). Sum of RGB (Red+Green+Blue) = 47+148+30=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #2F941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F941E is #D06BE1. Grayscale: #686868. Windows color (decimal): -13659106 or 2004015. OLE color: 2004015.
HSL color Cylindrical-coordinate representation of color #2F941E: hue angle of 111.36º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F941E is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 30 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.42 |
| HSL | 111.36º | 0.66% | 0.35% | - |
| HSV(B) | 111.36º | 0.8% | 0.58% | - |
| XYZ | 12 | 21.88 | 4.82 | - |
| YUV | 104.35 | 86.04 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 30 | 0.68 | 0 | 0.80 | 0.42 | 111.36 | 0.66 | 0.35 |
| Hex | 2F | 94 | 1E | 44 | 0 | 50 | 2A | 6F | 42 | 23 |
| Octal | 57 | 224 | 36 | 104 | 0 | 120 | 52 | 157 | 102 | 43 |
| Binary | 101111 | 10010100 | 11110 | 1000100 | 0 | 1010000 | 101010 | 1101111 | 1000010 | 100011 |
Color Harmonies of #2F941E
Complementary color
Monochromatic Colors of #2F941E
Black with #2F941E
Text Example
Text Example
White with #2F941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F941E; }
p { color: rgb(47,148,30); }
H1.HeaderClassName
{
color: #2F941E;
}
.AnyTagClassName
{
color: #2F941E;
}
</style>
background-color css
<style>
a { background-color: #2F941E; }
a { background-color: rgb(47,148,30); }
div.DivClassName
{
background-color: #2F941E;
}
.BgClassName
{
background-color: #2F941E;
}
</style>
border-color css
<style>
span { border-color: #2F941E; }
span { border-color: rgb(47,148,30); }
td.TdClassName
{
border-color: #2F941E;
}
.TagClassName
{
border-color: #2F941E;
}
</style>