Shades of Forest Green #2BAA20
Tints of Forest Green #2BAA20
RGB
CMYK
RGB Variations
Color information
#2BAA20 (or 0x2BAA20) is known color: Forest Green. HEX triplet: 2B, AA and 20. RGB value is (43,170,32). Sum of RGB (Red+Green+Blue) = 43+170+32=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 170 (66.80% from 255 or 69.39% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA20 is #D455DF. Grayscale: #747474. Windows color (decimal): -13915616 or 2140715. OLE color: 2140715.
HSL color Cylindrical-coordinate representation of color #2BAA20: hue angle of 115.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BAA20 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 32 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.33 |
| HSL | 115.22º | 0.68% | 0.4% | - |
| HSV(B) | 115.22º | 0.81% | 0.67% | - |
| XYZ | 15.63 | 29.37 | 6.21 | - |
| YUV | 116.3 | 80.42 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 32 | 0.75 | 0 | 0.81 | 0.33 | 115.22 | 0.68 | 0.4 |
| Hex | 2B | AA | 20 | 4B | 0 | 51 | 21 | 73 | 44 | 28 |
| Octal | 53 | 252 | 40 | 113 | 0 | 121 | 41 | 163 | 104 | 50 |
| Binary | 101011 | 10101010 | 100000 | 1001011 | 0 | 1010001 | 100001 | 1110011 | 1000100 | 101000 |
Color Harmonies of #2BAA20
Complementary color
Monochromatic Colors of #2BAA20
Black with #2BAA20
Text Example
Text Example
White with #2BAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA20; }
p { color: rgb(43,170,32); }
H1.HeaderClassName
{
color: #2BAA20;
}
.AnyTagClassName
{
color: #2BAA20;
}
</style>
background-color css
<style>
a { background-color: #2BAA20; }
a { background-color: rgb(43,170,32); }
div.DivClassName
{
background-color: #2BAA20;
}
.BgClassName
{
background-color: #2BAA20;
}
</style>
border-color css
<style>
span { border-color: #2BAA20; }
span { border-color: rgb(43,170,32); }
td.TdClassName
{
border-color: #2BAA20;
}
.TagClassName
{
border-color: #2BAA20;
}
</style>