Shades of Forest Green #2BA329
Tints of Forest Green #2BA329
RGB
CMYK
RGB Variations
Color information
#2BA329 (or 0x2BA329) is known color: Forest Green. HEX triplet: 2B, A3 and 29. RGB value is (43,163,41). Sum of RGB (Red+Green+Blue) = 43+163+41=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA329 is #D45CD6. Grayscale: #717171. Windows color (decimal): -13917399 or 2728747. OLE color: 2728747.
HSL color Cylindrical-coordinate representation of color #2BA329: hue angle of 119.02º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA329 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 41 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.36 |
| HSL | 119.02º | 0.6% | 0.4% | - |
| HSV(B) | 119.02º | 0.75% | 0.64% | - |
| XYZ | 14.49 | 26.87 | 6.52 | - |
| YUV | 113.21 | 87.24 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 41 | 0.74 | 0 | 0.75 | 0.36 | 119.02 | 0.6 | 0.4 |
| Hex | 2B | A3 | 29 | 4A | 0 | 4B | 24 | 77 | 3C | 28 |
| Octal | 53 | 243 | 51 | 112 | 0 | 113 | 44 | 167 | 74 | 50 |
| Binary | 101011 | 10100011 | 101001 | 1001010 | 0 | 1001011 | 100100 | 1110111 | 111100 | 101000 |
Color Harmonies of #2BA329
Complementary color
Monochromatic Colors of #2BA329
Black with #2BA329
Text Example
Text Example
White with #2BA329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA329; }
p { color: rgb(43,163,41); }
H1.HeaderClassName
{
color: #2BA329;
}
.AnyTagClassName
{
color: #2BA329;
}
</style>
background-color css
<style>
a { background-color: #2BA329; }
a { background-color: rgb(43,163,41); }
div.DivClassName
{
background-color: #2BA329;
}
.BgClassName
{
background-color: #2BA329;
}
</style>
border-color css
<style>
span { border-color: #2BA329; }
span { border-color: rgb(43,163,41); }
td.TdClassName
{
border-color: #2BA329;
}
.TagClassName
{
border-color: #2BA329;
}
</style>