Shades of Forest Green #2BAA31
Tints of Forest Green #2BAA31
RGB
CMYK
RGB Variations
Color information
#2BAA31 (or 0x2BAA31) is known color: Forest Green. HEX triplet: 2B, AA and 31. RGB value is (43,170,49). Sum of RGB (Red+Green+Blue) = 43+170+49=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA31 is #D455CE. Grayscale: #767676. Windows color (decimal): -13915599 or 3254827. OLE color: 3254827.
HSL color Cylindrical-coordinate representation of color #2BAA31: hue angle of 122.83º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA31 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 49 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.33 |
| HSL | 122.83º | 0.6% | 0.42% | - |
| HSV(B) | 122.83º | 0.75% | 0.67% | - |
| XYZ | 15.93 | 29.48 | 7.76 | - |
| YUV | 118.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 49 | 0.75 | 0 | 0.71 | 0.33 | 122.83 | 0.6 | 0.42 |
| Hex | 2B | AA | 31 | 4B | 0 | 47 | 21 | 7B | 3C | 2A |
| Octal | 53 | 252 | 61 | 113 | 0 | 107 | 41 | 173 | 74 | 52 |
| Binary | 101011 | 10101010 | 110001 | 1001011 | 0 | 1000111 | 100001 | 1111011 | 111100 | 101010 |
Color Harmonies of #2BAA31
Complementary color
Monochromatic Colors of #2BAA31
Black with #2BAA31
Text Example
Text Example
White with #2BAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA31; }
p { color: rgb(43,170,49); }
H1.HeaderClassName
{
color: #2BAA31;
}
.AnyTagClassName
{
color: #2BAA31;
}
</style>
background-color css
<style>
a { background-color: #2BAA31; }
a { background-color: rgb(43,170,49); }
div.DivClassName
{
background-color: #2BAA31;
}
.BgClassName
{
background-color: #2BAA31;
}
</style>
border-color css
<style>
span { border-color: #2BAA31; }
span { border-color: rgb(43,170,49); }
td.TdClassName
{
border-color: #2BAA31;
}
.TagClassName
{
border-color: #2BAA31;
}
</style>