Shades of Forest Green #2BAA28
Tints of Forest Green #2BAA28
RGB
CMYK
RGB Variations
Color information
#2BAA28 (or 0x2BAA28) is known color: Forest Green. HEX triplet: 2B, AA and 28. RGB value is (43,170,40). Sum of RGB (Red+Green+Blue) = 43+170+40=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA28 is #D455D7. Grayscale: #757575. Windows color (decimal): -13915608 or 2665003. OLE color: 2665003.
HSL color Cylindrical-coordinate representation of color #2BAA28: hue angle of 118.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BAA28 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 40 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.33 |
| HSL | 118.62º | 0.62% | 0.41% | - |
| HSV(B) | 118.62º | 0.76% | 0.67% | - |
| XYZ | 15.75 | 29.42 | 6.86 | - |
| YUV | 117.21 | 84.42 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 40 | 0.75 | 0 | 0.76 | 0.33 | 118.62 | 0.62 | 0.41 |
| Hex | 2B | AA | 28 | 4B | 0 | 4C | 21 | 77 | 3E | 29 |
| Octal | 53 | 252 | 50 | 113 | 0 | 114 | 41 | 167 | 76 | 51 |
| Binary | 101011 | 10101010 | 101000 | 1001011 | 0 | 1001100 | 100001 | 1110111 | 111110 | 101001 |
Color Harmonies of #2BAA28
Complementary color
Monochromatic Colors of #2BAA28
Black with #2BAA28
Text Example
Text Example
White with #2BAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA28; }
p { color: rgb(43,170,40); }
H1.HeaderClassName
{
color: #2BAA28;
}
.AnyTagClassName
{
color: #2BAA28;
}
</style>
background-color css
<style>
a { background-color: #2BAA28; }
a { background-color: rgb(43,170,40); }
div.DivClassName
{
background-color: #2BAA28;
}
.BgClassName
{
background-color: #2BAA28;
}
</style>
border-color css
<style>
span { border-color: #2BAA28; }
span { border-color: rgb(43,170,40); }
td.TdClassName
{
border-color: #2BAA28;
}
.TagClassName
{
border-color: #2BAA28;
}
</style>