Shades of Forest Green #2F9414
Tints of Forest Green #2F9414
RGB
CMYK
RGB Variations
Color information
#2F9414 (or 0x2F9414) is known color: Forest Green. HEX triplet: 2F, 94 and 14. RGB value is (47,148,20). Sum of RGB (Red+Green+Blue) = 47+148+20=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9414 is #D06BEB. Grayscale: #676767. Windows color (decimal): -13659116 or 1348655. OLE color: 1348655.
HSL color Cylindrical-coordinate representation of color #2F9414: hue angle of 107.34º 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 #2F9414 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 20 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.42 |
| HSL | 107.34º | 0.76% | 0.33% | - |
| HSV(B) | 107.34º | 0.86% | 0.58% | - |
| XYZ | 11.89 | 21.83 | 4.25 | - |
| YUV | 103.21 | 81.04 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 20 | 0.68 | 0 | 0.86 | 0.42 | 107.34 | 0.76 | 0.33 |
| Hex | 2F | 94 | 14 | 44 | 0 | 56 | 2A | 6B | 4C | 21 |
| Octal | 57 | 224 | 24 | 104 | 0 | 126 | 52 | 153 | 114 | 41 |
| Binary | 101111 | 10010100 | 10100 | 1000100 | 0 | 1010110 | 101010 | 1101011 | 1001100 | 100001 |
Color Harmonies of #2F9414
Complementary color
Monochromatic Colors of #2F9414
Black with #2F9414
Text Example
Text Example
White with #2F9414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9414; }
p { color: rgb(47,148,20); }
H1.HeaderClassName
{
color: #2F9414;
}
.AnyTagClassName
{
color: #2F9414;
}
</style>
background-color css
<style>
a { background-color: #2F9414; }
a { background-color: rgb(47,148,20); }
div.DivClassName
{
background-color: #2F9414;
}
.BgClassName
{
background-color: #2F9414;
}
</style>
border-color css
<style>
span { border-color: #2F9414; }
span { border-color: rgb(47,148,20); }
td.TdClassName
{
border-color: #2F9414;
}
.TagClassName
{
border-color: #2F9414;
}
</style>