Shades of Forest Green #2F913A
Tints of Forest Green #2F913A
RGB
CMYK
RGB Variations
Color information
#2F913A (or 0x2F913A) is known color: Forest Green. HEX triplet: 2F, 91 and 3A. RGB value is (47,145,58). Sum of RGB (Red+Green+Blue) = 47+145+58=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #2F913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F913A is #D06EC5. Grayscale: #6A6A6A. Windows color (decimal): -13659846 or 3838255. OLE color: 3838255.
HSL color Cylindrical-coordinate representation of color #2F913A: hue angle of 126.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F913A is Cyan = 0.68, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 145 | 58 | - |
| CMYK | 0.68 | 0 | 0.6 | 0.43 |
| HSL | 126.73º | 0.51% | 0.38% | - |
| HSV(B) | 126.73º | 0.68% | 0.57% | - |
| XYZ | 12.06 | 21.16 | 7.45 | - |
| YUV | 105.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 145 | 58 | 0.68 | 0 | 0.6 | 0.43 | 126.73 | 0.51 | 0.38 |
| Hex | 2F | 91 | 3A | 44 | 0 | 3C | 2B | 7F | 33 | 26 |
| Octal | 57 | 221 | 72 | 104 | 0 | 74 | 53 | 177 | 63 | 46 |
| Binary | 101111 | 10010001 | 111010 | 1000100 | 0 | 111100 | 101011 | 1111111 | 110011 | 100110 |
Color Harmonies of #2F913A
Complementary color
Monochromatic Colors of #2F913A
Black with #2F913A
Text Example
Text Example
White with #2F913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F913A; }
p { color: rgb(47,145,58); }
H1.HeaderClassName
{
color: #2F913A;
}
.AnyTagClassName
{
color: #2F913A;
}
</style>
background-color css
<style>
a { background-color: #2F913A; }
a { background-color: rgb(47,145,58); }
div.DivClassName
{
background-color: #2F913A;
}
.BgClassName
{
background-color: #2F913A;
}
</style>
border-color css
<style>
span { border-color: #2F913A; }
span { border-color: rgb(47,145,58); }
td.TdClassName
{
border-color: #2F913A;
}
.TagClassName
{
border-color: #2F913A;
}
</style>