Shades of Forest Green #2BA009
Tints of Forest Green #2BA009
RGB
CMYK
RGB Variations
Color information
#2BA009 (or 0x2BA009) is known color: Forest Green. HEX triplet: 2B, A0 and 09. RGB value is (43,160,9). Sum of RGB (Red+Green+Blue) = 43+160+9=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 160 (62.89% from 255 or 75.47% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA009 is #D45FF6. Grayscale: #6C6C6C. Windows color (decimal): -13918199 or 630827. OLE color: 630827.
HSL color Cylindrical-coordinate representation of color #2BA009: hue angle of 106.49º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BA009 is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 9 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.37 |
| HSL | 106.49º | 0.89% | 0.33% | - |
| HSV(B) | 106.49º | 0.94% | 0.63% | - |
| XYZ | 13.62 | 25.67 | 4.5 | - |
| YUV | 107.8 | 72.24 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 9 | 0.73 | 0 | 0.94 | 0.37 | 106.49 | 0.89 | 0.33 |
| Hex | 2B | A0 | 9 | 49 | 0 | 5E | 25 | 6A | 59 | 21 |
| Octal | 53 | 240 | 11 | 111 | 0 | 136 | 45 | 152 | 131 | 41 |
| Binary | 101011 | 10100000 | 1001 | 1001001 | 0 | 1011110 | 100101 | 1101010 | 1011001 | 100001 |
Color Harmonies of #2BA009
Complementary color
Monochromatic Colors of #2BA009
Black with #2BA009
Text Example
Text Example
White with #2BA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA009; }
p { color: rgb(43,160,9); }
H1.HeaderClassName
{
color: #2BA009;
}
.AnyTagClassName
{
color: #2BA009;
}
</style>
background-color css
<style>
a { background-color: #2BA009; }
a { background-color: rgb(43,160,9); }
div.DivClassName
{
background-color: #2BA009;
}
.BgClassName
{
background-color: #2BA009;
}
</style>
border-color css
<style>
span { border-color: #2BA009; }
span { border-color: rgb(43,160,9); }
td.TdClassName
{
border-color: #2BA009;
}
.TagClassName
{
border-color: #2BA009;
}
</style>