Shades of Forest Green #2BA000
Tints of Forest Green #2BA000
RGB
CMYK
RGB Variations
Color information
#2BA000 (or 0x2BA000) is known color: Forest Green. HEX triplet: 2B, A0 and 00. RGB value is (43,160,0). Sum of RGB (Red+Green+Blue) = 43+160+0=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 160 (62.89% from 255 or 78.82% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA000 is #D45FFF. Grayscale: #6B6B6B. Windows color (decimal): -13918208 or 41003. OLE color: 41003.
HSL color Cylindrical-coordinate representation of color #2BA000: hue angle of 103.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BA000 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.37 |
| HSL | 103.88º | 1% | 0.31% | - |
| HSV(B) | 103.88º | 1% | 0.63% | - |
| XYZ | 13.57 | 25.66 | 4.24 | - |
| YUV | 106.78 | 67.74 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 0 | 0.73 | 0 | 1 | 0.37 | 103.88 | 1 | 0.31 |
| Hex | 2B | A0 | 0 | 49 | 0 | 64 | 25 | 68 | 64 | 1F |
| Octal | 53 | 240 | 0 | 111 | 0 | 144 | 45 | 150 | 144 | 37 |
| Binary | 101011 | 10100000 | 0 | 1001001 | 0 | 1100100 | 100101 | 1101000 | 1100100 | 11111 |
Color Harmonies of #2BA000
Complementary color
Monochromatic Colors of #2BA000
Black with #2BA000
Text Example
Text Example
White with #2BA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA000; }
p { color: rgb(43,160,0); }
H1.HeaderClassName
{
color: #2BA000;
}
.AnyTagClassName
{
color: #2BA000;
}
</style>
background-color css
<style>
a { background-color: #2BA000; }
a { background-color: rgb(43,160,0); }
div.DivClassName
{
background-color: #2BA000;
}
.BgClassName
{
background-color: #2BA000;
}
</style>
border-color css
<style>
span { border-color: #2BA000; }
span { border-color: rgb(43,160,0); }
td.TdClassName
{
border-color: #2BA000;
}
.TagClassName
{
border-color: #2BA000;
}
</style>