Shades of Forest Green #2BA020
Tints of Forest Green #2BA020
RGB
CMYK
RGB Variations
Color information
#2BA020 (or 0x2BA020) is known color: Forest Green. HEX triplet: 2B, A0 and 20. RGB value is (43,160,32). Sum of RGB (Red+Green+Blue) = 43+160+32=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA020 is #D45FDF. Grayscale: #6E6E6E. Windows color (decimal): -13918176 or 2138155. OLE color: 2138155.
HSL color Cylindrical-coordinate representation of color #2BA020: hue angle of 114.84º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BA020 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 32 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.37 |
| HSL | 114.84º | 0.67% | 0.38% | - |
| HSV(B) | 114.84º | 0.8% | 0.63% | - |
| XYZ | 13.83 | 25.76 | 5.61 | - |
| YUV | 110.43 | 83.74 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 32 | 0.73 | 0 | 0.80 | 0.37 | 114.84 | 0.67 | 0.38 |
| Hex | 2B | A0 | 20 | 49 | 0 | 50 | 25 | 73 | 43 | 26 |
| Octal | 53 | 240 | 40 | 111 | 0 | 120 | 45 | 163 | 103 | 46 |
| Binary | 101011 | 10100000 | 100000 | 1001001 | 0 | 1010000 | 100101 | 1110011 | 1000011 | 100110 |
Color Harmonies of #2BA020
Complementary color
Monochromatic Colors of #2BA020
Black with #2BA020
Text Example
Text Example
White with #2BA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA020; }
p { color: rgb(43,160,32); }
H1.HeaderClassName
{
color: #2BA020;
}
.AnyTagClassName
{
color: #2BA020;
}
</style>
background-color css
<style>
a { background-color: #2BA020; }
a { background-color: rgb(43,160,32); }
div.DivClassName
{
background-color: #2BA020;
}
.BgClassName
{
background-color: #2BA020;
}
</style>
border-color css
<style>
span { border-color: #2BA020; }
span { border-color: rgb(43,160,32); }
td.TdClassName
{
border-color: #2BA020;
}
.TagClassName
{
border-color: #2BA020;
}
</style>