Shades of Forest Green #2BA43B
Tints of Forest Green #2BA43B
RGB
CMYK
RGB Variations
Color information
#2BA43B (or 0x2BA43B) is known color: Forest Green. HEX triplet: 2B, A4 and 3B. RGB value is (43,164,59). Sum of RGB (Red+Green+Blue) = 43+164+59=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 164 (64.45% from 255 or 61.65% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA43B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA43B is #D45BC4. Grayscale: #747474. Windows color (decimal): -13917125 or 3908651. OLE color: 3908651.
HSL color Cylindrical-coordinate representation of color #2BA43B: hue angle of 127.93º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA43B is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 59 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.36 |
| HSL | 127.93º | 0.58% | 0.41% | - |
| HSV(B) | 127.93º | 0.74% | 0.64% | - |
| XYZ | 15.06 | 27.38 | 8.63 | - |
| YUV | 115.85 | 95.91 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 59 | 0.74 | 0 | 0.64 | 0.36 | 127.93 | 0.58 | 0.41 |
| Hex | 2B | A4 | 3B | 4A | 0 | 40 | 24 | 80 | 3A | 29 |
| Octal | 53 | 244 | 73 | 112 | 0 | 100 | 44 | 200 | 72 | 51 |
| Binary | 101011 | 10100100 | 111011 | 1001010 | 0 | 1000000 | 100100 | 10000000 | 111010 | 101001 |
Color Harmonies of #2BA43B
Complementary color
Monochromatic Colors of #2BA43B
Black with #2BA43B
Text Example
Text Example
White with #2BA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA43B; }
p { color: rgb(43,164,59); }
H1.HeaderClassName
{
color: #2BA43B;
}
.AnyTagClassName
{
color: #2BA43B;
}
</style>
background-color css
<style>
a { background-color: #2BA43B; }
a { background-color: rgb(43,164,59); }
div.DivClassName
{
background-color: #2BA43B;
}
.BgClassName
{
background-color: #2BA43B;
}
</style>
border-color css
<style>
span { border-color: #2BA43B; }
span { border-color: rgb(43,164,59); }
td.TdClassName
{
border-color: #2BA43B;
}
.TagClassName
{
border-color: #2BA43B;
}
</style>