Shades of Forest Green #2BAA21
Tints of Forest Green #2BAA21
RGB
CMYK
RGB Variations
Color information
#2BAA21 (or 0x2BAA21) is known color: Forest Green. HEX triplet: 2B, AA and 21. RGB value is (43,170,33). Sum of RGB (Red+Green+Blue) = 43+170+33=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA21 is #D455DE. Grayscale: #747474. Windows color (decimal): -13915615 or 2206251. OLE color: 2206251.
HSL color Cylindrical-coordinate representation of color #2BAA21: hue angle of 115.62º degrees, saturation: 0.67, 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 #2BAA21 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 33 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.33 |
| HSL | 115.62º | 0.67% | 0.4% | - |
| HSV(B) | 115.62º | 0.81% | 0.67% | - |
| XYZ | 15.65 | 29.37 | 6.28 | - |
| YUV | 116.41 | 80.92 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 33 | 0.75 | 0 | 0.81 | 0.33 | 115.62 | 0.67 | 0.4 |
| Hex | 2B | AA | 21 | 4B | 0 | 51 | 21 | 74 | 43 | 28 |
| Octal | 53 | 252 | 41 | 113 | 0 | 121 | 41 | 164 | 103 | 50 |
| Binary | 101011 | 10101010 | 100001 | 1001011 | 0 | 1010001 | 100001 | 1110100 | 1000011 | 101000 |
Color Harmonies of #2BAA21
Complementary color
Monochromatic Colors of #2BAA21
Black with #2BAA21
Text Example
Text Example
White with #2BAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA21; }
p { color: rgb(43,170,33); }
H1.HeaderClassName
{
color: #2BAA21;
}
.AnyTagClassName
{
color: #2BAA21;
}
</style>
background-color css
<style>
a { background-color: #2BAA21; }
a { background-color: rgb(43,170,33); }
div.DivClassName
{
background-color: #2BAA21;
}
.BgClassName
{
background-color: #2BAA21;
}
</style>
border-color css
<style>
span { border-color: #2BAA21; }
span { border-color: rgb(43,170,33); }
td.TdClassName
{
border-color: #2BAA21;
}
.TagClassName
{
border-color: #2BAA21;
}
</style>