Shades of Forest Green #2BA619
Tints of Forest Green #2BA619
RGB
CMYK
RGB Variations
Color information
#2BA619 (or 0x2BA619) is known color: Forest Green. HEX triplet: 2B, A6 and 19. RGB value is (43,166,25). Sum of RGB (Red+Green+Blue) = 43+166+25=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 166 (65.23% from 255 or 70.94% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA619 is #D459E6. Grayscale: #717171. Windows color (decimal): -13916647 or 1680939. OLE color: 1680939.
HSL color Cylindrical-coordinate representation of color #2BA619: hue angle of 112.34º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BA619 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 25 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.35 |
| HSL | 112.34º | 0.74% | 0.37% | - |
| HSV(B) | 112.34º | 0.85% | 0.65% | - |
| XYZ | 14.81 | 27.86 | 5.52 | - |
| YUV | 113.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 25 | 0.74 | 0 | 0.85 | 0.35 | 112.34 | 0.74 | 0.37 |
| Hex | 2B | A6 | 19 | 4A | 0 | 55 | 23 | 70 | 4A | 25 |
| Octal | 53 | 246 | 31 | 112 | 0 | 125 | 43 | 160 | 112 | 45 |
| Binary | 101011 | 10100110 | 11001 | 1001010 | 0 | 1010101 | 100011 | 1110000 | 1001010 | 100101 |
Color Harmonies of #2BA619
Complementary color
Monochromatic Colors of #2BA619
Black with #2BA619
Text Example
Text Example
White with #2BA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA619; }
p { color: rgb(43,166,25); }
H1.HeaderClassName
{
color: #2BA619;
}
.AnyTagClassName
{
color: #2BA619;
}
</style>
background-color css
<style>
a { background-color: #2BA619; }
a { background-color: rgb(43,166,25); }
div.DivClassName
{
background-color: #2BA619;
}
.BgClassName
{
background-color: #2BA619;
}
</style>
border-color css
<style>
span { border-color: #2BA619; }
span { border-color: rgb(43,166,25); }
td.TdClassName
{
border-color: #2BA619;
}
.TagClassName
{
border-color: #2BA619;
}
</style>