Shades of Forest Green #2BA02C
Tints of Forest Green #2BA02C
RGB
CMYK
RGB Variations
Color information
#2BA02C (or 0x2BA02C) is known color: Forest Green. HEX triplet: 2B, A0 and 2C. RGB value is (43,160,44). Sum of RGB (Red+Green+Blue) = 43+160+44=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA02C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA02C is #D45FD3. Grayscale: #707070. Windows color (decimal): -13918164 or 2924587. OLE color: 2924587.
HSL color Cylindrical-coordinate representation of color #2BA02C: hue angle of 120.51º 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 #2BA02C is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 44 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.37 |
| HSL | 120.51º | 0.58% | 0.4% | - |
| HSV(B) | 120.51º | 0.73% | 0.63% | - |
| XYZ | 14.02 | 25.84 | 6.63 | - |
| YUV | 111.79 | 89.74 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 44 | 0.73 | 0 | 0.72 | 0.37 | 120.51 | 0.58 | 0.4 |
| Hex | 2B | A0 | 2C | 49 | 0 | 48 | 25 | 79 | 3A | 28 |
| Octal | 53 | 240 | 54 | 111 | 0 | 110 | 45 | 171 | 72 | 50 |
| Binary | 101011 | 10100000 | 101100 | 1001001 | 0 | 1001000 | 100101 | 1111001 | 111010 | 101000 |
Color Harmonies of #2BA02C
Complementary color
Monochromatic Colors of #2BA02C
Black with #2BA02C
Text Example
Text Example
White with #2BA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA02C; }
p { color: rgb(43,160,44); }
H1.HeaderClassName
{
color: #2BA02C;
}
.AnyTagClassName
{
color: #2BA02C;
}
</style>
background-color css
<style>
a { background-color: #2BA02C; }
a { background-color: rgb(43,160,44); }
div.DivClassName
{
background-color: #2BA02C;
}
.BgClassName
{
background-color: #2BA02C;
}
</style>
border-color css
<style>
span { border-color: #2BA02C; }
span { border-color: rgb(43,160,44); }
td.TdClassName
{
border-color: #2BA02C;
}
.TagClassName
{
border-color: #2BA02C;
}
</style>