Shades of Forest Green #2BA019
Tints of Forest Green #2BA019
RGB
CMYK
RGB Variations
Color information
#2BA019 (or 0x2BA019) is known color: Forest Green. HEX triplet: 2B, A0 and 19. RGB value is (43,160,25). Sum of RGB (Red+Green+Blue) = 43+160+25=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 160 (62.89% from 255 or 70.18% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA019 is #D45FE6. Grayscale: #6E6E6E. Windows color (decimal): -13918183 or 1679403. OLE color: 1679403.
HSL color Cylindrical-coordinate representation of color #2BA019: hue angle of 112º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BA019 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 25 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.37 |
| HSL | 112º | 0.73% | 0.36% | - |
| HSV(B) | 112º | 0.84% | 0.63% | - |
| XYZ | 13.74 | 25.73 | 5.16 | - |
| YUV | 109.63 | 80.24 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 25 | 0.73 | 0 | 0.84 | 0.37 | 112 | 0.73 | 0.36 |
| Hex | 2B | A0 | 19 | 49 | 0 | 54 | 25 | 70 | 49 | 24 |
| Octal | 53 | 240 | 31 | 111 | 0 | 124 | 45 | 160 | 111 | 44 |
| Binary | 101011 | 10100000 | 11001 | 1001001 | 0 | 1010100 | 100101 | 1110000 | 1001001 | 100100 |
Color Harmonies of #2BA019
Complementary color
Monochromatic Colors of #2BA019
Black with #2BA019
Text Example
Text Example
White with #2BA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA019; }
p { color: rgb(43,160,25); }
H1.HeaderClassName
{
color: #2BA019;
}
.AnyTagClassName
{
color: #2BA019;
}
</style>
background-color css
<style>
a { background-color: #2BA019; }
a { background-color: rgb(43,160,25); }
div.DivClassName
{
background-color: #2BA019;
}
.BgClassName
{
background-color: #2BA019;
}
</style>
border-color css
<style>
span { border-color: #2BA019; }
span { border-color: rgb(43,160,25); }
td.TdClassName
{
border-color: #2BA019;
}
.TagClassName
{
border-color: #2BA019;
}
</style>