Shades of Forest Green #2BA719
Tints of Forest Green #2BA719
RGB
CMYK
RGB Variations
Color information
#2BA719 (or 0x2BA719) is known color: Forest Green. HEX triplet: 2B, A7 and 19. RGB value is (43,167,25). Sum of RGB (Red+Green+Blue) = 43+167+25=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 167 (65.62% from 255 or 71.06% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA719 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA719 is #D458E6. Grayscale: #727272. Windows color (decimal): -13916391 or 1681195. OLE color: 1681195.
HSL color Cylindrical-coordinate representation of color #2BA719: hue angle of 112.39º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BA719 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 25 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.35 |
| HSL | 112.39º | 0.74% | 0.38% | - |
| HSV(B) | 112.39º | 0.85% | 0.65% | - |
| XYZ | 14.99 | 28.22 | 5.58 | - |
| YUV | 113.74 | 77.92 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 25 | 0.74 | 0 | 0.85 | 0.35 | 112.39 | 0.74 | 0.38 |
| Hex | 2B | A7 | 19 | 4A | 0 | 55 | 23 | 70 | 4A | 26 |
| Octal | 53 | 247 | 31 | 112 | 0 | 125 | 43 | 160 | 112 | 46 |
| Binary | 101011 | 10100111 | 11001 | 1001010 | 0 | 1010101 | 100011 | 1110000 | 1001010 | 100110 |
Color Harmonies of #2BA719
Complementary color
Monochromatic Colors of #2BA719
Black with #2BA719
Text Example
Text Example
White with #2BA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA719; }
p { color: rgb(43,167,25); }
H1.HeaderClassName
{
color: #2BA719;
}
.AnyTagClassName
{
color: #2BA719;
}
</style>
background-color css
<style>
a { background-color: #2BA719; }
a { background-color: rgb(43,167,25); }
div.DivClassName
{
background-color: #2BA719;
}
.BgClassName
{
background-color: #2BA719;
}
</style>
border-color css
<style>
span { border-color: #2BA719; }
span { border-color: rgb(43,167,25); }
td.TdClassName
{
border-color: #2BA719;
}
.TagClassName
{
border-color: #2BA719;
}
</style>