Shades of Forest Green #2BA132
Tints of Forest Green #2BA132
RGB
CMYK
RGB Variations
Color information
#2BA132 (or 0x2BA132) is known color: Forest Green. HEX triplet: 2B, A1 and 32. RGB value is (43,161,50). Sum of RGB (Red+Green+Blue) = 43+161+50=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 161 (63.28% from 255 or 63.39% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA132 is #D45ECD. Grayscale: #717171. Windows color (decimal): -13917902 or 3318059. OLE color: 3318059.
HSL color Cylindrical-coordinate representation of color #2BA132: hue angle of 123.56º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA132 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 50 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.37 |
| HSL | 123.56º | 0.58% | 0.4% | - |
| HSV(B) | 123.56º | 0.73% | 0.63% | - |
| XYZ | 14.32 | 26.23 | 7.33 | - |
| YUV | 113.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 50 | 0.73 | 0 | 0.69 | 0.37 | 123.56 | 0.58 | 0.4 |
| Hex | 2B | A1 | 32 | 49 | 0 | 45 | 25 | 7C | 3A | 28 |
| Octal | 53 | 241 | 62 | 111 | 0 | 105 | 45 | 174 | 72 | 50 |
| Binary | 101011 | 10100001 | 110010 | 1001001 | 0 | 1000101 | 100101 | 1111100 | 111010 | 101000 |
Color Harmonies of #2BA132
Complementary color
Monochromatic Colors of #2BA132
Black with #2BA132
Text Example
Text Example
White with #2BA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA132; }
p { color: rgb(43,161,50); }
H1.HeaderClassName
{
color: #2BA132;
}
.AnyTagClassName
{
color: #2BA132;
}
</style>
background-color css
<style>
a { background-color: #2BA132; }
a { background-color: rgb(43,161,50); }
div.DivClassName
{
background-color: #2BA132;
}
.BgClassName
{
background-color: #2BA132;
}
</style>
border-color css
<style>
span { border-color: #2BA132; }
span { border-color: rgb(43,161,50); }
td.TdClassName
{
border-color: #2BA132;
}
.TagClassName
{
border-color: #2BA132;
}
</style>