Shades of Forest Green #2BA00A
Tints of Forest Green #2BA00A
RGB
CMYK
RGB Variations
Color information
#2BA00A (or 0x2BA00A) is known color: Forest Green. HEX triplet: 2B, A0 and 0A. RGB value is (43,160,10). Sum of RGB (Red+Green+Blue) = 43+160+10=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA00A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA00A is #D45FF5. Grayscale: #6C6C6C. Windows color (decimal): -13918198 or 696363. OLE color: 696363.
HSL color Cylindrical-coordinate representation of color #2BA00A: hue angle of 106.8º degrees, saturation: 0.88, 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 #2BA00A is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 10 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.37 |
| HSL | 106.8º | 0.88% | 0.33% | - |
| HSV(B) | 106.8º | 0.94% | 0.63% | - |
| XYZ | 13.62 | 25.68 | 4.53 | - |
| YUV | 107.92 | 72.74 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 10 | 0.73 | 0 | 0.94 | 0.37 | 106.8 | 0.88 | 0.33 |
| Hex | 2B | A0 | A | 49 | 0 | 5E | 25 | 6B | 58 | 21 |
| Octal | 53 | 240 | 12 | 111 | 0 | 136 | 45 | 153 | 130 | 41 |
| Binary | 101011 | 10100000 | 1010 | 1001001 | 0 | 1011110 | 100101 | 1101011 | 1011000 | 100001 |
Color Harmonies of #2BA00A
Complementary color
Monochromatic Colors of #2BA00A
Black with #2BA00A
Text Example
Text Example
White with #2BA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA00A; }
p { color: rgb(43,160,10); }
H1.HeaderClassName
{
color: #2BA00A;
}
.AnyTagClassName
{
color: #2BA00A;
}
</style>
background-color css
<style>
a { background-color: #2BA00A; }
a { background-color: rgb(43,160,10); }
div.DivClassName
{
background-color: #2BA00A;
}
.BgClassName
{
background-color: #2BA00A;
}
</style>
border-color css
<style>
span { border-color: #2BA00A; }
span { border-color: rgb(43,160,10); }
td.TdClassName
{
border-color: #2BA00A;
}
.TagClassName
{
border-color: #2BA00A;
}
</style>