Shades of Forest Green #2BA12F
Tints of Forest Green #2BA12F
RGB
CMYK
RGB Variations
Color information
#2BA12F (or 0x2BA12F) is known color: Forest Green. HEX triplet: 2B, A1 and 2F. RGB value is (43,161,47). Sum of RGB (Red+Green+Blue) = 43+161+47=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 161 (63.28% from 255 or 64.14% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA12F is #D45ED0. Grayscale: #717171. Windows color (decimal): -13917905 or 3121451. OLE color: 3121451.
HSL color Cylindrical-coordinate representation of color #2BA12F: hue angle of 122.03º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA12F is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 47 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.37 |
| HSL | 122.03º | 0.58% | 0.4% | - |
| HSV(B) | 122.03º | 0.73% | 0.63% | - |
| XYZ | 14.25 | 26.21 | 7 | - |
| YUV | 112.72 | 90.91 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 47 | 0.73 | 0 | 0.71 | 0.37 | 122.03 | 0.58 | 0.4 |
| Hex | 2B | A1 | 2F | 49 | 0 | 47 | 25 | 7A | 3A | 28 |
| Octal | 53 | 241 | 57 | 111 | 0 | 107 | 45 | 172 | 72 | 50 |
| Binary | 101011 | 10100001 | 101111 | 1001001 | 0 | 1000111 | 100101 | 1111010 | 111010 | 101000 |
Color Harmonies of #2BA12F
Complementary color
Monochromatic Colors of #2BA12F
Black with #2BA12F
Text Example
Text Example
White with #2BA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA12F; }
p { color: rgb(43,161,47); }
H1.HeaderClassName
{
color: #2BA12F;
}
.AnyTagClassName
{
color: #2BA12F;
}
</style>
background-color css
<style>
a { background-color: #2BA12F; }
a { background-color: rgb(43,161,47); }
div.DivClassName
{
background-color: #2BA12F;
}
.BgClassName
{
background-color: #2BA12F;
}
</style>
border-color css
<style>
span { border-color: #2BA12F; }
span { border-color: rgb(43,161,47); }
td.TdClassName
{
border-color: #2BA12F;
}
.TagClassName
{
border-color: #2BA12F;
}
</style>