Shades of Forest Green #2F9615
Tints of Forest Green #2F9615
RGB
CMYK
RGB Variations
Color information
#2F9615 (or 0x2F9615) is known color: Forest Green. HEX triplet: 2F, 96 and 15. RGB value is (47,150,21). Sum of RGB (Red+Green+Blue) = 47+150+21=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #2F9615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9615 is #D069EA. Grayscale: #686868. Windows color (decimal): -13658603 or 1414703. OLE color: 1414703.
HSL color Cylindrical-coordinate representation of color #2F9615: hue angle of 107.91º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F9615 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 150 | 21 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.41 |
| HSL | 107.91º | 0.75% | 0.34% | - |
| HSV(B) | 107.91º | 0.86% | 0.59% | - |
| XYZ | 12.21 | 22.47 | 4.4 | - |
| YUV | 104.5 | 80.88 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 150 | 21 | 0.69 | 0 | 0.86 | 0.41 | 107.91 | 0.75 | 0.34 |
| Hex | 2F | 96 | 15 | 45 | 0 | 56 | 29 | 6C | 4B | 22 |
| Octal | 57 | 226 | 25 | 105 | 0 | 126 | 51 | 154 | 113 | 42 |
| Binary | 101111 | 10010110 | 10101 | 1000101 | 0 | 1010110 | 101001 | 1101100 | 1001011 | 100010 |
Color Harmonies of #2F9615
Complementary color
Monochromatic Colors of #2F9615
Black with #2F9615
Text Example
Text Example
White with #2F9615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9615; }
p { color: rgb(47,150,21); }
H1.HeaderClassName
{
color: #2F9615;
}
.AnyTagClassName
{
color: #2F9615;
}
</style>
background-color css
<style>
a { background-color: #2F9615; }
a { background-color: rgb(47,150,21); }
div.DivClassName
{
background-color: #2F9615;
}
.BgClassName
{
background-color: #2F9615;
}
</style>
border-color css
<style>
span { border-color: #2F9615; }
span { border-color: rgb(47,150,21); }
td.TdClassName
{
border-color: #2F9615;
}
.TagClassName
{
border-color: #2F9615;
}
</style>