Shades of Forest Green #2BA210
Tints of Forest Green #2BA210
RGB
CMYK
RGB Variations
Color information
#2BA210 (or 0x2BA210) is known color: Forest Green. HEX triplet: 2B, A2 and 10. RGB value is (43,162,16). Sum of RGB (Red+Green+Blue) = 43+162+16=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA210 is #D45DEF. Grayscale: #6E6E6E. Windows color (decimal): -13917680 or 1090091. OLE color: 1090091.
HSL color Cylindrical-coordinate representation of color #2BA210: hue angle of 108.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BA210 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 16 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.36 |
| HSL | 108.9º | 0.82% | 0.35% | - |
| HSV(B) | 108.9º | 0.9% | 0.64% | - |
| XYZ | 14.01 | 26.39 | 4.85 | - |
| YUV | 109.78 | 75.08 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 16 | 0.73 | 0 | 0.90 | 0.36 | 108.9 | 0.82 | 0.35 |
| Hex | 2B | A2 | 10 | 49 | 0 | 5A | 24 | 6D | 52 | 23 |
| Octal | 53 | 242 | 20 | 111 | 0 | 132 | 44 | 155 | 122 | 43 |
| Binary | 101011 | 10100010 | 10000 | 1001001 | 0 | 1011010 | 100100 | 1101101 | 1010010 | 100011 |
Color Harmonies of #2BA210
Complementary color
Monochromatic Colors of #2BA210
Black with #2BA210
Text Example
Text Example
White with #2BA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA210; }
p { color: rgb(43,162,16); }
H1.HeaderClassName
{
color: #2BA210;
}
.AnyTagClassName
{
color: #2BA210;
}
</style>
background-color css
<style>
a { background-color: #2BA210; }
a { background-color: rgb(43,162,16); }
div.DivClassName
{
background-color: #2BA210;
}
.BgClassName
{
background-color: #2BA210;
}
</style>
border-color css
<style>
span { border-color: #2BA210; }
span { border-color: rgb(43,162,16); }
td.TdClassName
{
border-color: #2BA210;
}
.TagClassName
{
border-color: #2BA210;
}
</style>