Shades of Forest Green #2BA025
Tints of Forest Green #2BA025
RGB
CMYK
RGB Variations
Color information
#2BA025 (or 0x2BA025) is known color: Forest Green. HEX triplet: 2B, A0 and 25. RGB value is (43,160,37). Sum of RGB (Red+Green+Blue) = 43+160+37=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA025 is #D45FDA. Grayscale: #6F6F6F. Windows color (decimal): -13918171 or 2465835. OLE color: 2465835.
HSL color Cylindrical-coordinate representation of color #2BA025: hue angle of 117.07º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BA025 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 37 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.37 |
| HSL | 117.07º | 0.62% | 0.39% | - |
| HSV(B) | 117.07º | 0.77% | 0.63% | - |
| XYZ | 13.9 | 25.79 | 6 | - |
| YUV | 111 | 86.24 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 37 | 0.73 | 0 | 0.77 | 0.37 | 117.07 | 0.62 | 0.39 |
| Hex | 2B | A0 | 25 | 49 | 0 | 4D | 25 | 75 | 3E | 27 |
| Octal | 53 | 240 | 45 | 111 | 0 | 115 | 45 | 165 | 76 | 47 |
| Binary | 101011 | 10100000 | 100101 | 1001001 | 0 | 1001101 | 100101 | 1110101 | 111110 | 100111 |
Color Harmonies of #2BA025
Complementary color
Monochromatic Colors of #2BA025
Black with #2BA025
Text Example
Text Example
White with #2BA025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA025; }
p { color: rgb(43,160,37); }
H1.HeaderClassName
{
color: #2BA025;
}
.AnyTagClassName
{
color: #2BA025;
}
</style>
background-color css
<style>
a { background-color: #2BA025; }
a { background-color: rgb(43,160,37); }
div.DivClassName
{
background-color: #2BA025;
}
.BgClassName
{
background-color: #2BA025;
}
</style>
border-color css
<style>
span { border-color: #2BA025; }
span { border-color: rgb(43,160,37); }
td.TdClassName
{
border-color: #2BA025;
}
.TagClassName
{
border-color: #2BA025;
}
</style>