Shades of Forest Green #2F9905
Tints of Forest Green #2F9905
RGB
CMYK
RGB Variations
Color information
#2F9905 (or 0x2F9905) is known color: Forest Green. HEX triplet: 2F, 99 and 05. RGB value is (47,153,5). Sum of RGB (Red+Green+Blue) = 47+153+5=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 153 (60.16% from 255 or 74.63% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9905 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9905 is #D066FA. Grayscale: #686868. Windows color (decimal): -13657851 or 366895. OLE color: 366895.
HSL color Cylindrical-coordinate representation of color #2F9905: hue angle of 102.97º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F9905 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 5 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.4 |
| HSL | 102.97º | 0.94% | 0.31% | - |
| HSV(B) | 102.97º | 0.97% | 0.6% | - |
| XYZ | 12.59 | 23.4 | 4 | - |
| YUV | 104.43 | 71.88 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 5 | 0.69 | 0 | 0.97 | 0.4 | 102.97 | 0.94 | 0.31 |
| Hex | 2F | 99 | 5 | 45 | 0 | 61 | 28 | 67 | 5E | 1F |
| Octal | 57 | 231 | 5 | 105 | 0 | 141 | 50 | 147 | 136 | 37 |
| Binary | 101111 | 10011001 | 101 | 1000101 | 0 | 1100001 | 101000 | 1100111 | 1011110 | 11111 |
Color Harmonies of #2F9905
Complementary color
Monochromatic Colors of #2F9905
Black with #2F9905
Text Example
Text Example
White with #2F9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9905; }
p { color: rgb(47,153,5); }
H1.HeaderClassName
{
color: #2F9905;
}
.AnyTagClassName
{
color: #2F9905;
}
</style>
background-color css
<style>
a { background-color: #2F9905; }
a { background-color: rgb(47,153,5); }
div.DivClassName
{
background-color: #2F9905;
}
.BgClassName
{
background-color: #2F9905;
}
</style>
border-color css
<style>
span { border-color: #2F9905; }
span { border-color: rgb(47,153,5); }
td.TdClassName
{
border-color: #2F9905;
}
.TagClassName
{
border-color: #2F9905;
}
</style>