Shades of Forest Green #2BA71B
Tints of Forest Green #2BA71B
RGB
CMYK
RGB Variations
Color information
#2BA71B (or 0x2BA71B) is known color: Forest Green. HEX triplet: 2B, A7 and 1B. RGB value is (43,167,27). Sum of RGB (Red+Green+Blue) = 43+167+27=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 167 (65.62% from 255 or 70.46% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA71B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA71B is #D458E4. Grayscale: #727272. Windows color (decimal): -13916389 or 1812267. OLE color: 1812267.
HSL color Cylindrical-coordinate representation of color #2BA71B: hue angle of 113.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BA71B is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 27 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.35 |
| HSL | 113.14º | 0.72% | 0.38% | - |
| HSV(B) | 113.14º | 0.84% | 0.65% | - |
| XYZ | 15.01 | 28.23 | 5.69 | - |
| YUV | 113.96 | 78.92 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 27 | 0.74 | 0 | 0.84 | 0.35 | 113.14 | 0.72 | 0.38 |
| Hex | 2B | A7 | 1B | 4A | 0 | 54 | 23 | 71 | 48 | 26 |
| Octal | 53 | 247 | 33 | 112 | 0 | 124 | 43 | 161 | 110 | 46 |
| Binary | 101011 | 10100111 | 11011 | 1001010 | 0 | 1010100 | 100011 | 1110001 | 1001000 | 100110 |
Color Harmonies of #2BA71B
Complementary color
Monochromatic Colors of #2BA71B
Black with #2BA71B
Text Example
Text Example
White with #2BA71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA71B; }
p { color: rgb(43,167,27); }
H1.HeaderClassName
{
color: #2BA71B;
}
.AnyTagClassName
{
color: #2BA71B;
}
</style>
background-color css
<style>
a { background-color: #2BA71B; }
a { background-color: rgb(43,167,27); }
div.DivClassName
{
background-color: #2BA71B;
}
.BgClassName
{
background-color: #2BA71B;
}
</style>
border-color css
<style>
span { border-color: #2BA71B; }
span { border-color: rgb(43,167,27); }
td.TdClassName
{
border-color: #2BA71B;
}
.TagClassName
{
border-color: #2BA71B;
}
</style>