Shades of Forest Green #2BA525
Tints of Forest Green #2BA525
RGB
CMYK
RGB Variations
Color information
#2BA525 (or 0x2BA525) is known color: Forest Green. HEX triplet: 2B, A5 and 25. RGB value is (43,165,37). Sum of RGB (Red+Green+Blue) = 43+165+37=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA525 is #D45ADA. Grayscale: #727272. Windows color (decimal): -13916891 or 2467115. OLE color: 2467115.
HSL color Cylindrical-coordinate representation of color #2BA525: hue angle of 117.19º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BA525 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 37 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.35 |
| HSL | 117.19º | 0.63% | 0.4% | - |
| HSV(B) | 117.19º | 0.78% | 0.65% | - |
| XYZ | 14.79 | 27.56 | 6.29 | - |
| YUV | 113.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 37 | 0.74 | 0 | 0.78 | 0.35 | 117.19 | 0.63 | 0.4 |
| Hex | 2B | A5 | 25 | 4A | 0 | 4E | 23 | 75 | 3F | 28 |
| Octal | 53 | 245 | 45 | 112 | 0 | 116 | 43 | 165 | 77 | 50 |
| Binary | 101011 | 10100101 | 100101 | 1001010 | 0 | 1001110 | 100011 | 1110101 | 111111 | 101000 |
Color Harmonies of #2BA525
Complementary color
Monochromatic Colors of #2BA525
Black with #2BA525
Text Example
Text Example
White with #2BA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA525; }
p { color: rgb(43,165,37); }
H1.HeaderClassName
{
color: #2BA525;
}
.AnyTagClassName
{
color: #2BA525;
}
</style>
background-color css
<style>
a { background-color: #2BA525; }
a { background-color: rgb(43,165,37); }
div.DivClassName
{
background-color: #2BA525;
}
.BgClassName
{
background-color: #2BA525;
}
</style>
border-color css
<style>
span { border-color: #2BA525; }
span { border-color: rgb(43,165,37); }
td.TdClassName
{
border-color: #2BA525;
}
.TagClassName
{
border-color: #2BA525;
}
</style>