Shades of Forest Green #2F9314
Tints of Forest Green #2F9314
RGB
CMYK
RGB Variations
Color information
#2F9314 (or 0x2F9314) is known color: Forest Green. HEX triplet: 2F, 93 and 14. RGB value is (47,147,20). Sum of RGB (Red+Green+Blue) = 47+147+20=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9314 is #D06CEB. Grayscale: #676767. Windows color (decimal): -13659372 or 1348399. OLE color: 1348399.
HSL color Cylindrical-coordinate representation of color #2F9314: hue angle of 107.24º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F9314 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 20 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.42 |
| HSL | 107.24º | 0.76% | 0.33% | - |
| HSV(B) | 107.24º | 0.86% | 0.58% | - |
| XYZ | 11.73 | 21.52 | 4.2 | - |
| YUV | 102.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 20 | 0.68 | 0 | 0.86 | 0.42 | 107.24 | 0.76 | 0.33 |
| Hex | 2F | 93 | 14 | 44 | 0 | 56 | 2A | 6B | 4C | 21 |
| Octal | 57 | 223 | 24 | 104 | 0 | 126 | 52 | 153 | 114 | 41 |
| Binary | 101111 | 10010011 | 10100 | 1000100 | 0 | 1010110 | 101010 | 1101011 | 1001100 | 100001 |
Color Harmonies of #2F9314
Complementary color
Monochromatic Colors of #2F9314
Black with #2F9314
Text Example
Text Example
White with #2F9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9314; }
p { color: rgb(47,147,20); }
H1.HeaderClassName
{
color: #2F9314;
}
.AnyTagClassName
{
color: #2F9314;
}
</style>
background-color css
<style>
a { background-color: #2F9314; }
a { background-color: rgb(47,147,20); }
div.DivClassName
{
background-color: #2F9314;
}
.BgClassName
{
background-color: #2F9314;
}
</style>
border-color css
<style>
span { border-color: #2F9314; }
span { border-color: rgb(47,147,20); }
td.TdClassName
{
border-color: #2F9314;
}
.TagClassName
{
border-color: #2F9314;
}
</style>