Shades of Forest Green #2BA022
Tints of Forest Green #2BA022
RGB
CMYK
RGB Variations
Color information
#2BA022 (or 0x2BA022) is known color: Forest Green. HEX triplet: 2B, A0 and 22. RGB value is (43,160,34). Sum of RGB (Red+Green+Blue) = 43+160+34=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 160 (62.89% from 255 or 67.51% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA022 is #D45FDD. Grayscale: #6F6F6F. Windows color (decimal): -13918174 or 2269227. OLE color: 2269227.
HSL color Cylindrical-coordinate representation of color #2BA022: hue angle of 115.71º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BA022 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 34 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.37 |
| HSL | 115.71º | 0.65% | 0.38% | - |
| HSV(B) | 115.71º | 0.79% | 0.63% | - |
| XYZ | 13.86 | 25.77 | 5.76 | - |
| YUV | 110.65 | 84.74 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 34 | 0.73 | 0 | 0.79 | 0.37 | 115.71 | 0.65 | 0.38 |
| Hex | 2B | A0 | 22 | 49 | 0 | 4F | 25 | 74 | 41 | 26 |
| Octal | 53 | 240 | 42 | 111 | 0 | 117 | 45 | 164 | 101 | 46 |
| Binary | 101011 | 10100000 | 100010 | 1001001 | 0 | 1001111 | 100101 | 1110100 | 1000001 | 100110 |
Color Harmonies of #2BA022
Complementary color
Monochromatic Colors of #2BA022
Black with #2BA022
Text Example
Text Example
White with #2BA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA022; }
p { color: rgb(43,160,34); }
H1.HeaderClassName
{
color: #2BA022;
}
.AnyTagClassName
{
color: #2BA022;
}
</style>
background-color css
<style>
a { background-color: #2BA022; }
a { background-color: rgb(43,160,34); }
div.DivClassName
{
background-color: #2BA022;
}
.BgClassName
{
background-color: #2BA022;
}
</style>
border-color css
<style>
span { border-color: #2BA022; }
span { border-color: rgb(43,160,34); }
td.TdClassName
{
border-color: #2BA022;
}
.TagClassName
{
border-color: #2BA022;
}
</style>