Shades of Forest Green #2BA911
Tints of Forest Green #2BA911
RGB
CMYK
RGB Variations
Color information
#2BA911 (or 0x2BA911) is known color: Forest Green. HEX triplet: 2B, A9 and 11. RGB value is (43,169,17). Sum of RGB (Red+Green+Blue) = 43+169+17=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 169 (66.41% from 255 or 73.80% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA911 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA911 is #D456EE. Grayscale: #727272. Windows color (decimal): -13915887 or 1157419. OLE color: 1157419.
HSL color Cylindrical-coordinate representation of color #2BA911: hue angle of 109.74º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BA911 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 17 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.34 |
| HSL | 109.74º | 0.82% | 0.36% | - |
| HSV(B) | 109.74º | 0.9% | 0.66% | - |
| XYZ | 15.29 | 28.93 | 5.31 | - |
| YUV | 114 | 73.26 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 17 | 0.75 | 0 | 0.90 | 0.34 | 109.74 | 0.82 | 0.36 |
| Hex | 2B | A9 | 11 | 4B | 0 | 5A | 22 | 6E | 52 | 24 |
| Octal | 53 | 251 | 21 | 113 | 0 | 132 | 42 | 156 | 122 | 44 |
| Binary | 101011 | 10101001 | 10001 | 1001011 | 0 | 1011010 | 100010 | 1101110 | 1010010 | 100100 |
Color Harmonies of #2BA911
Complementary color
Monochromatic Colors of #2BA911
Black with #2BA911
Text Example
Text Example
White with #2BA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA911; }
p { color: rgb(43,169,17); }
H1.HeaderClassName
{
color: #2BA911;
}
.AnyTagClassName
{
color: #2BA911;
}
</style>
background-color css
<style>
a { background-color: #2BA911; }
a { background-color: rgb(43,169,17); }
div.DivClassName
{
background-color: #2BA911;
}
.BgClassName
{
background-color: #2BA911;
}
</style>
border-color css
<style>
span { border-color: #2BA911; }
span { border-color: rgb(43,169,17); }
td.TdClassName
{
border-color: #2BA911;
}
.TagClassName
{
border-color: #2BA911;
}
</style>