Shades of Forest Green #2BAA2C
Tints of Forest Green #2BAA2C
RGB
CMYK
RGB Variations
Color information
#2BAA2C (or 0x2BAA2C) is known color: Forest Green. HEX triplet: 2B, AA and 2C. RGB value is (43,170,44). Sum of RGB (Red+Green+Blue) = 43+170+44=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA2C is #D455D3. Grayscale: #767676. Windows color (decimal): -13915604 or 2927147. OLE color: 2927147.
HSL color Cylindrical-coordinate representation of color #2BAA2C: hue angle of 120.47º 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 #2BAA2C is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 44 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.33 |
| HSL | 120.47º | 0.6% | 0.42% | - |
| HSV(B) | 120.47º | 0.75% | 0.67% | - |
| XYZ | 15.83 | 29.44 | 7.23 | - |
| YUV | 117.66 | 86.42 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 44 | 0.75 | 0 | 0.74 | 0.33 | 120.47 | 0.6 | 0.42 |
| Hex | 2B | AA | 2C | 4B | 0 | 4A | 21 | 78 | 3C | 2A |
| Octal | 53 | 252 | 54 | 113 | 0 | 112 | 41 | 170 | 74 | 52 |
| Binary | 101011 | 10101010 | 101100 | 1001011 | 0 | 1001010 | 100001 | 1111000 | 111100 | 101010 |
Color Harmonies of #2BAA2C
Complementary color
Monochromatic Colors of #2BAA2C
Black with #2BAA2C
Text Example
Text Example
White with #2BAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA2C; }
p { color: rgb(43,170,44); }
H1.HeaderClassName
{
color: #2BAA2C;
}
.AnyTagClassName
{
color: #2BAA2C;
}
</style>
background-color css
<style>
a { background-color: #2BAA2C; }
a { background-color: rgb(43,170,44); }
div.DivClassName
{
background-color: #2BAA2C;
}
.BgClassName
{
background-color: #2BAA2C;
}
</style>
border-color css
<style>
span { border-color: #2BAA2C; }
span { border-color: rgb(43,170,44); }
td.TdClassName
{
border-color: #2BAA2C;
}
.TagClassName
{
border-color: #2BAA2C;
}
</style>