Shades of Forest Green #2BAA2D
Tints of Forest Green #2BAA2D
RGB
CMYK
RGB Variations
Color information
#2BAA2D (or 0x2BAA2D) is known color: Forest Green. HEX triplet: 2B, AA and 2D. RGB value is (43,170,45). Sum of RGB (Red+Green+Blue) = 43+170+45=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 170 (66.80% from 255 or 65.89% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA2D is #D455D2. Grayscale: #767676. Windows color (decimal): -13915603 or 2992683. OLE color: 2992683.
HSL color Cylindrical-coordinate representation of color #2BAA2D: hue angle of 120.94º 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 #2BAA2D is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 45 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.33 |
| HSL | 120.94º | 0.6% | 0.42% | - |
| HSV(B) | 120.94º | 0.75% | 0.67% | - |
| XYZ | 15.84 | 29.45 | 7.33 | - |
| YUV | 117.78 | 86.92 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 45 | 0.75 | 0 | 0.74 | 0.33 | 120.94 | 0.6 | 0.42 |
| Hex | 2B | AA | 2D | 4B | 0 | 4A | 21 | 79 | 3C | 2A |
| Octal | 53 | 252 | 55 | 113 | 0 | 112 | 41 | 171 | 74 | 52 |
| Binary | 101011 | 10101010 | 101101 | 1001011 | 0 | 1001010 | 100001 | 1111001 | 111100 | 101010 |
Color Harmonies of #2BAA2D
Complementary color
Monochromatic Colors of #2BAA2D
Black with #2BAA2D
Text Example
Text Example
White with #2BAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA2D; }
p { color: rgb(43,170,45); }
H1.HeaderClassName
{
color: #2BAA2D;
}
.AnyTagClassName
{
color: #2BAA2D;
}
</style>
background-color css
<style>
a { background-color: #2BAA2D; }
a { background-color: rgb(43,170,45); }
div.DivClassName
{
background-color: #2BAA2D;
}
.BgClassName
{
background-color: #2BAA2D;
}
</style>
border-color css
<style>
span { border-color: #2BAA2D; }
span { border-color: rgb(43,170,45); }
td.TdClassName
{
border-color: #2BAA2D;
}
.TagClassName
{
border-color: #2BAA2D;
}
</style>