Shades of Forest Green #2FA00B
Tints of Forest Green #2FA00B
RGB
CMYK
RGB Variations
Color information
#2FA00B (or 0x2FA00B) is known color: Forest Green. HEX triplet: 2F, A0 and 0B. RGB value is (47,160,11). Sum of RGB (Red+Green+Blue) = 47+160+11=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA00B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA00B is #D05FF4. Grayscale: #6D6D6D. Windows color (decimal): -13656053 or 761903. OLE color: 761903.
HSL color Cylindrical-coordinate representation of color #2FA00B: hue angle of 105.5º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FA00B is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 160 | 11 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.37 |
| HSL | 105.5º | 0.87% | 0.34% | - |
| HSV(B) | 105.5º | 0.93% | 0.63% | - |
| XYZ | 13.8 | 25.77 | 4.56 | - |
| YUV | 109.23 | 72.56 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 11 | 0.71 | 0 | 0.93 | 0.37 | 105.5 | 0.87 | 0.34 |
| Hex | 2F | A0 | B | 47 | 0 | 5D | 25 | 6A | 57 | 22 |
| Octal | 57 | 240 | 13 | 107 | 0 | 135 | 45 | 152 | 127 | 42 |
| Binary | 101111 | 10100000 | 1011 | 1000111 | 0 | 1011101 | 100101 | 1101010 | 1010111 | 100010 |
Color Harmonies of #2FA00B
Complementary color
Monochromatic Colors of #2FA00B
Black with #2FA00B
Text Example
Text Example
White with #2FA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA00B; }
p { color: rgb(47,160,11); }
H1.HeaderClassName
{
color: #2FA00B;
}
.AnyTagClassName
{
color: #2FA00B;
}
</style>
background-color css
<style>
a { background-color: #2FA00B; }
a { background-color: rgb(47,160,11); }
div.DivClassName
{
background-color: #2FA00B;
}
.BgClassName
{
background-color: #2FA00B;
}
</style>
border-color css
<style>
span { border-color: #2FA00B; }
span { border-color: rgb(47,160,11); }
td.TdClassName
{
border-color: #2FA00B;
}
.TagClassName
{
border-color: #2FA00B;
}
</style>