Shades of Forest Green #2BA71D
Tints of Forest Green #2BA71D
RGB
CMYK
RGB Variations
Color information
#2BA71D (or 0x2BA71D) is known color: Forest Green. HEX triplet: 2B, A7 and 1D. RGB value is (43,167,29). Sum of RGB (Red+Green+Blue) = 43+167+29=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 167 (65.62% from 255 or 69.87% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA71D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA71D is #D458E2. Grayscale: #727272. Windows color (decimal): -13916387 or 1943339. OLE color: 1943339.
HSL color Cylindrical-coordinate representation of color #2BA71D: hue angle of 113.91º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BA71D is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 29 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.35 |
| HSL | 113.91º | 0.7% | 0.38% | - |
| HSV(B) | 113.91º | 0.83% | 0.65% | - |
| XYZ | 15.04 | 28.24 | 5.82 | - |
| YUV | 114.19 | 79.92 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 29 | 0.74 | 0 | 0.83 | 0.35 | 113.91 | 0.7 | 0.38 |
| Hex | 2B | A7 | 1D | 4A | 0 | 53 | 23 | 72 | 46 | 26 |
| Octal | 53 | 247 | 35 | 112 | 0 | 123 | 43 | 162 | 106 | 46 |
| Binary | 101011 | 10100111 | 11101 | 1001010 | 0 | 1010011 | 100011 | 1110010 | 1000110 | 100110 |
Color Harmonies of #2BA71D
Complementary color
Monochromatic Colors of #2BA71D
Black with #2BA71D
Text Example
Text Example
White with #2BA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA71D; }
p { color: rgb(43,167,29); }
H1.HeaderClassName
{
color: #2BA71D;
}
.AnyTagClassName
{
color: #2BA71D;
}
</style>
background-color css
<style>
a { background-color: #2BA71D; }
a { background-color: rgb(43,167,29); }
div.DivClassName
{
background-color: #2BA71D;
}
.BgClassName
{
background-color: #2BA71D;
}
</style>
border-color css
<style>
span { border-color: #2BA71D; }
span { border-color: rgb(43,167,29); }
td.TdClassName
{
border-color: #2BA71D;
}
.TagClassName
{
border-color: #2BA71D;
}
</style>