Shades of Forest Green #2BA211
Tints of Forest Green #2BA211
RGB
CMYK
RGB Variations
Color information
#2BA211 (or 0x2BA211) is known color: Forest Green. HEX triplet: 2B, A2 and 11. RGB value is (43,162,17). Sum of RGB (Red+Green+Blue) = 43+162+17=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 162 (63.67% from 255 or 72.97% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA211 is #D45DEE. Grayscale: #6E6E6E. Windows color (decimal): -13917679 or 1155627. OLE color: 1155627.
HSL color Cylindrical-coordinate representation of color #2BA211: hue angle of 109.24º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BA211 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 17 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.36 |
| HSL | 109.24º | 0.81% | 0.35% | - |
| HSV(B) | 109.24º | 0.9% | 0.64% | - |
| XYZ | 14.02 | 26.39 | 4.89 | - |
| YUV | 109.89 | 75.58 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 17 | 0.73 | 0 | 0.90 | 0.36 | 109.24 | 0.81 | 0.35 |
| Hex | 2B | A2 | 11 | 49 | 0 | 5A | 24 | 6D | 51 | 23 |
| Octal | 53 | 242 | 21 | 111 | 0 | 132 | 44 | 155 | 121 | 43 |
| Binary | 101011 | 10100010 | 10001 | 1001001 | 0 | 1011010 | 100100 | 1101101 | 1010001 | 100011 |
Color Harmonies of #2BA211
Complementary color
Monochromatic Colors of #2BA211
Black with #2BA211
Text Example
Text Example
White with #2BA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA211; }
p { color: rgb(43,162,17); }
H1.HeaderClassName
{
color: #2BA211;
}
.AnyTagClassName
{
color: #2BA211;
}
</style>
background-color css
<style>
a { background-color: #2BA211; }
a { background-color: rgb(43,162,17); }
div.DivClassName
{
background-color: #2BA211;
}
.BgClassName
{
background-color: #2BA211;
}
</style>
border-color css
<style>
span { border-color: #2BA211; }
span { border-color: rgb(43,162,17); }
td.TdClassName
{
border-color: #2BA211;
}
.TagClassName
{
border-color: #2BA211;
}
</style>