Shades of Forest Green #2BA924
Tints of Forest Green #2BA924
RGB
CMYK
RGB Variations
Color information
#2BA924 (or 0x2BA924) is known color: Forest Green. HEX triplet: 2B, A9 and 24. RGB value is (43,169,36). Sum of RGB (Red+Green+Blue) = 43+169+36=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 169 (66.41% from 255 or 68.15% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA924 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA924 is #D456DB. Grayscale: #747474. Windows color (decimal): -13915868 or 2402603. OLE color: 2402603.
HSL color Cylindrical-coordinate representation of color #2BA924: hue angle of 116.84º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BA924 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 36 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.34 |
| HSL | 116.84º | 0.65% | 0.4% | - |
| HSV(B) | 116.84º | 0.79% | 0.66% | - |
| XYZ | 15.5 | 29.02 | 6.45 | - |
| YUV | 116.16 | 82.76 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 36 | 0.75 | 0 | 0.79 | 0.34 | 116.84 | 0.65 | 0.4 |
| Hex | 2B | A9 | 24 | 4B | 0 | 4F | 22 | 75 | 41 | 28 |
| Octal | 53 | 251 | 44 | 113 | 0 | 117 | 42 | 165 | 101 | 50 |
| Binary | 101011 | 10101001 | 100100 | 1001011 | 0 | 1001111 | 100010 | 1110101 | 1000001 | 101000 |
Color Harmonies of #2BA924
Complementary color
Monochromatic Colors of #2BA924
Black with #2BA924
Text Example
Text Example
White with #2BA924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA924; }
p { color: rgb(43,169,36); }
H1.HeaderClassName
{
color: #2BA924;
}
.AnyTagClassName
{
color: #2BA924;
}
</style>
background-color css
<style>
a { background-color: #2BA924; }
a { background-color: rgb(43,169,36); }
div.DivClassName
{
background-color: #2BA924;
}
.BgClassName
{
background-color: #2BA924;
}
</style>
border-color css
<style>
span { border-color: #2BA924; }
span { border-color: rgb(43,169,36); }
td.TdClassName
{
border-color: #2BA924;
}
.TagClassName
{
border-color: #2BA924;
}
</style>