Shades of Forest Green #2BA21F
Tints of Forest Green #2BA21F
RGB
CMYK
RGB Variations
Color information
#2BA21F (or 0x2BA21F) is known color: Forest Green. HEX triplet: 2B, A2 and 1F. RGB value is (43,162,31). Sum of RGB (Red+Green+Blue) = 43+162+31=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 162 (63.67% from 255 or 68.64% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA21F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA21F is #D45DE0. Grayscale: #6F6F6F. Windows color (decimal): -13917665 or 2073131. OLE color: 2073131.
HSL color Cylindrical-coordinate representation of color #2BA21F: hue angle of 114.5º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BA21F is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 31 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.36 |
| HSL | 114.5º | 0.68% | 0.38% | - |
| HSV(B) | 114.5º | 0.81% | 0.64% | - |
| XYZ | 14.16 | 26.45 | 5.66 | - |
| YUV | 111.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 31 | 0.73 | 0 | 0.81 | 0.36 | 114.5 | 0.68 | 0.38 |
| Hex | 2B | A2 | 1F | 49 | 0 | 51 | 24 | 73 | 44 | 26 |
| Octal | 53 | 242 | 37 | 111 | 0 | 121 | 44 | 163 | 104 | 46 |
| Binary | 101011 | 10100010 | 11111 | 1001001 | 0 | 1010001 | 100100 | 1110011 | 1000100 | 100110 |
Color Harmonies of #2BA21F
Complementary color
Monochromatic Colors of #2BA21F
Black with #2BA21F
Text Example
Text Example
White with #2BA21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA21F; }
p { color: rgb(43,162,31); }
H1.HeaderClassName
{
color: #2BA21F;
}
.AnyTagClassName
{
color: #2BA21F;
}
</style>
background-color css
<style>
a { background-color: #2BA21F; }
a { background-color: rgb(43,162,31); }
div.DivClassName
{
background-color: #2BA21F;
}
.BgClassName
{
background-color: #2BA21F;
}
</style>
border-color css
<style>
span { border-color: #2BA21F; }
span { border-color: rgb(43,162,31); }
td.TdClassName
{
border-color: #2BA21F;
}
.TagClassName
{
border-color: #2BA21F;
}
</style>