Shades of Forest Green #2F891A
Tints of Forest Green #2F891A
RGB
CMYK
RGB Variations
Color information
#2F891A (or 0x2F891A) is known color: Forest Green. HEX triplet: 2F, 89 and 1A. RGB value is (47,137,26). Sum of RGB (Red+Green+Blue) = 47+137+26=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #2F891A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F891A is #D076E5. Grayscale: #616161. Windows color (decimal): -13661926 or 1739055. OLE color: 1739055.
HSL color Cylindrical-coordinate representation of color #2F891A: hue angle of 108.65º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F891A is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 26 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.46 |
| HSL | 108.65º | 0.68% | 0.32% | - |
| HSV(B) | 108.65º | 0.81% | 0.54% | - |
| XYZ | 10.3 | 18.57 | 4.02 | - |
| YUV | 97.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 26 | 0.66 | 0 | 0.81 | 0.46 | 108.65 | 0.68 | 0.32 |
| Hex | 2F | 89 | 1A | 42 | 0 | 51 | 2E | 6D | 44 | 20 |
| Octal | 57 | 211 | 32 | 102 | 0 | 121 | 56 | 155 | 104 | 40 |
| Binary | 101111 | 10001001 | 11010 | 1000010 | 0 | 1010001 | 101110 | 1101101 | 1000100 | 100000 |
Color Harmonies of #2F891A
Complementary color
Monochromatic Colors of #2F891A
Black with #2F891A
Text Example
Text Example
White with #2F891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F891A; }
p { color: rgb(47,137,26); }
H1.HeaderClassName
{
color: #2F891A;
}
.AnyTagClassName
{
color: #2F891A;
}
</style>
background-color css
<style>
a { background-color: #2F891A; }
a { background-color: rgb(47,137,26); }
div.DivClassName
{
background-color: #2F891A;
}
.BgClassName
{
background-color: #2F891A;
}
</style>
border-color css
<style>
span { border-color: #2F891A; }
span { border-color: rgb(47,137,26); }
td.TdClassName
{
border-color: #2F891A;
}
.TagClassName
{
border-color: #2F891A;
}
</style>