Shades of Forest Green #2BA913
Tints of Forest Green #2BA913
RGB
CMYK
RGB Variations
Color information
#2BA913 (or 0x2BA913) is known color: Forest Green. HEX triplet: 2B, A9 and 13. RGB value is (43,169,19). Sum of RGB (Red+Green+Blue) = 43+169+19=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 169 (66.41% from 255 or 73.16% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA913 is #D456EC. Grayscale: #727272. Windows color (decimal): -13915885 or 1288491. OLE color: 1288491.
HSL color Cylindrical-coordinate representation of color #2BA913: hue angle of 110.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BA913 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 19 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.34 |
| HSL | 110.4º | 0.8% | 0.37% | - |
| HSV(B) | 110.4º | 0.89% | 0.66% | - |
| XYZ | 15.3 | 28.94 | 5.39 | - |
| YUV | 114.23 | 74.26 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 19 | 0.75 | 0 | 0.89 | 0.34 | 110.4 | 0.8 | 0.37 |
| Hex | 2B | A9 | 13 | 4B | 0 | 59 | 22 | 6E | 50 | 25 |
| Octal | 53 | 251 | 23 | 113 | 0 | 131 | 42 | 156 | 120 | 45 |
| Binary | 101011 | 10101001 | 10011 | 1001011 | 0 | 1011001 | 100010 | 1101110 | 1010000 | 100101 |
Color Harmonies of #2BA913
Complementary color
Monochromatic Colors of #2BA913
Black with #2BA913
Text Example
Text Example
White with #2BA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA913; }
p { color: rgb(43,169,19); }
H1.HeaderClassName
{
color: #2BA913;
}
.AnyTagClassName
{
color: #2BA913;
}
</style>
background-color css
<style>
a { background-color: #2BA913; }
a { background-color: rgb(43,169,19); }
div.DivClassName
{
background-color: #2BA913;
}
.BgClassName
{
background-color: #2BA913;
}
</style>
border-color css
<style>
span { border-color: #2BA913; }
span { border-color: rgb(43,169,19); }
td.TdClassName
{
border-color: #2BA913;
}
.TagClassName
{
border-color: #2BA913;
}
</style>