Shades of Forest Green #2F901A
Tints of Forest Green #2F901A
RGB
CMYK
RGB Variations
Color information
#2F901A (or 0x2F901A) is known color: Forest Green. HEX triplet: 2F, 90 and 1A. RGB value is (47,144,26). Sum of RGB (Red+Green+Blue) = 47+144+26=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 144 (56.64% from 255 or 66.36% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 144 - color contains mainly: green. Hex color #2F901A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F901A is #D06FE5. Grayscale: #656565. Windows color (decimal): -13660134 or 1740847. OLE color: 1740847.
HSL color Cylindrical-coordinate representation of color #2F901A: hue angle of 109.32º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F901A is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 26 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.44 |
| HSL | 109.32º | 0.69% | 0.33% | - |
| HSV(B) | 109.32º | 0.82% | 0.56% | - |
| XYZ | 11.33 | 20.63 | 4.36 | - |
| YUV | 101.55 | 85.36 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 26 | 0.67 | 0 | 0.82 | 0.44 | 109.32 | 0.69 | 0.33 |
| Hex | 2F | 90 | 1A | 43 | 0 | 52 | 2C | 6D | 45 | 21 |
| Octal | 57 | 220 | 32 | 103 | 0 | 122 | 54 | 155 | 105 | 41 |
| Binary | 101111 | 10010000 | 11010 | 1000011 | 0 | 1010010 | 101100 | 1101101 | 1000101 | 100001 |
Color Harmonies of #2F901A
Complementary color
Monochromatic Colors of #2F901A
Black with #2F901A
Text Example
Text Example
White with #2F901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F901A; }
p { color: rgb(47,144,26); }
H1.HeaderClassName
{
color: #2F901A;
}
.AnyTagClassName
{
color: #2F901A;
}
</style>
background-color css
<style>
a { background-color: #2F901A; }
a { background-color: rgb(47,144,26); }
div.DivClassName
{
background-color: #2F901A;
}
.BgClassName
{
background-color: #2F901A;
}
</style>
border-color css
<style>
span { border-color: #2F901A; }
span { border-color: rgb(47,144,26); }
td.TdClassName
{
border-color: #2F901A;
}
.TagClassName
{
border-color: #2F901A;
}
</style>