Shades of Forest Green #2FA223
Tints of Forest Green #2FA223
RGB
CMYK
RGB Variations
Color information
#2FA223 (or 0x2FA223) is known color: Forest Green. HEX triplet: 2F, A2 and 23. RGB value is (47,162,35). Sum of RGB (Red+Green+Blue) = 47+162+35=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA223 is #D05DDC. Grayscale: #717171. Windows color (decimal): -13655517 or 2335279. OLE color: 2335279.
HSL color Cylindrical-coordinate representation of color #2FA223: hue angle of 114.33º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FA223 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 162 | 35 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.36 |
| HSL | 114.33º | 0.64% | 0.39% | - |
| HSV(B) | 114.33º | 0.78% | 0.64% | - |
| XYZ | 14.4 | 26.57 | 5.96 | - |
| YUV | 113.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 35 | 0.71 | 0 | 0.78 | 0.36 | 114.33 | 0.64 | 0.39 |
| Hex | 2F | A2 | 23 | 47 | 0 | 4E | 24 | 72 | 40 | 27 |
| Octal | 57 | 242 | 43 | 107 | 0 | 116 | 44 | 162 | 100 | 47 |
| Binary | 101111 | 10100010 | 100011 | 1000111 | 0 | 1001110 | 100100 | 1110010 | 1000000 | 100111 |
Color Harmonies of #2FA223
Complementary color
Monochromatic Colors of #2FA223
Black with #2FA223
Text Example
Text Example
White with #2FA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA223; }
p { color: rgb(47,162,35); }
H1.HeaderClassName
{
color: #2FA223;
}
.AnyTagClassName
{
color: #2FA223;
}
</style>
background-color css
<style>
a { background-color: #2FA223; }
a { background-color: rgb(47,162,35); }
div.DivClassName
{
background-color: #2FA223;
}
.BgClassName
{
background-color: #2FA223;
}
</style>
border-color css
<style>
span { border-color: #2FA223; }
span { border-color: rgb(47,162,35); }
td.TdClassName
{
border-color: #2FA223;
}
.TagClassName
{
border-color: #2FA223;
}
</style>