Shades of Forest Green #2BA328
Tints of Forest Green #2BA328
RGB
CMYK
RGB Variations
Color information
#2BA328 (or 0x2BA328) is known color: Forest Green. HEX triplet: 2B, A3 and 28. RGB value is (43,163,40). Sum of RGB (Red+Green+Blue) = 43+163+40=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 163 (64.06% from 255 or 66.26% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA328 is #D45CD7. Grayscale: #717171. Windows color (decimal): -13917400 or 2663211. OLE color: 2663211.
HSL color Cylindrical-coordinate representation of color #2BA328: hue angle of 118.54º degrees, saturation: 0.61, 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 #2BA328 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 40 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.36 |
| HSL | 118.54º | 0.61% | 0.4% | - |
| HSV(B) | 118.54º | 0.75% | 0.64% | - |
| XYZ | 14.48 | 26.86 | 6.43 | - |
| YUV | 113.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 40 | 0.74 | 0 | 0.75 | 0.36 | 118.54 | 0.61 | 0.4 |
| Hex | 2B | A3 | 28 | 4A | 0 | 4B | 24 | 77 | 3D | 28 |
| Octal | 53 | 243 | 50 | 112 | 0 | 113 | 44 | 167 | 75 | 50 |
| Binary | 101011 | 10100011 | 101000 | 1001010 | 0 | 1001011 | 100100 | 1110111 | 111101 | 101000 |
Color Harmonies of #2BA328
Complementary color
Monochromatic Colors of #2BA328
Black with #2BA328
Text Example
Text Example
White with #2BA328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA328; }
p { color: rgb(43,163,40); }
H1.HeaderClassName
{
color: #2BA328;
}
.AnyTagClassName
{
color: #2BA328;
}
</style>
background-color css
<style>
a { background-color: #2BA328; }
a { background-color: rgb(43,163,40); }
div.DivClassName
{
background-color: #2BA328;
}
.BgClassName
{
background-color: #2BA328;
}
</style>
border-color css
<style>
span { border-color: #2BA328; }
span { border-color: rgb(43,163,40); }
td.TdClassName
{
border-color: #2BA328;
}
.TagClassName
{
border-color: #2BA328;
}
</style>