Shades of Forest Green #2BAA2E
Tints of Forest Green #2BAA2E
RGB
CMYK
RGB Variations
Color information
#2BAA2E (or 0x2BAA2E) is known color: Forest Green. HEX triplet: 2B, AA and 2E. RGB value is (43,170,46). Sum of RGB (Red+Green+Blue) = 43+170+46=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA2E is #D455D1. Grayscale: #767676. Windows color (decimal): -13915602 or 3058219. OLE color: 3058219.
HSL color Cylindrical-coordinate representation of color #2BAA2E: hue angle of 121.42º 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 #2BAA2E is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 46 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.33 |
| HSL | 121.42º | 0.6% | 0.42% | - |
| HSV(B) | 121.42º | 0.75% | 0.67% | - |
| XYZ | 15.86 | 29.46 | 7.44 | - |
| YUV | 117.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 46 | 0.75 | 0 | 0.73 | 0.33 | 121.42 | 0.6 | 0.42 |
| Hex | 2B | AA | 2E | 4B | 0 | 49 | 21 | 79 | 3C | 2A |
| Octal | 53 | 252 | 56 | 113 | 0 | 111 | 41 | 171 | 74 | 52 |
| Binary | 101011 | 10101010 | 101110 | 1001011 | 0 | 1001001 | 100001 | 1111001 | 111100 | 101010 |
Color Harmonies of #2BAA2E
Complementary color
Monochromatic Colors of #2BAA2E
Black with #2BAA2E
Text Example
Text Example
White with #2BAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA2E; }
p { color: rgb(43,170,46); }
H1.HeaderClassName
{
color: #2BAA2E;
}
.AnyTagClassName
{
color: #2BAA2E;
}
</style>
background-color css
<style>
a { background-color: #2BAA2E; }
a { background-color: rgb(43,170,46); }
div.DivClassName
{
background-color: #2BAA2E;
}
.BgClassName
{
background-color: #2BAA2E;
}
</style>
border-color css
<style>
span { border-color: #2BAA2E; }
span { border-color: rgb(43,170,46); }
td.TdClassName
{
border-color: #2BAA2E;
}
.TagClassName
{
border-color: #2BAA2E;
}
</style>