Shades of Forest Green #2BA51F
Tints of Forest Green #2BA51F
RGB
CMYK
RGB Variations
Color information
#2BA51F (or 0x2BA51F) is known color: Forest Green. HEX triplet: 2B, A5 and 1F. RGB value is (43,165,31). Sum of RGB (Red+Green+Blue) = 43+165+31=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA51F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA51F is #D45AE0. Grayscale: #717171. Windows color (decimal): -13916897 or 2073899. OLE color: 2073899.
HSL color Cylindrical-coordinate representation of color #2BA51F: hue angle of 114.63º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BA51F is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 31 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.35 |
| HSL | 114.63º | 0.68% | 0.38% | - |
| HSV(B) | 114.63º | 0.81% | 0.65% | - |
| XYZ | 14.7 | 27.52 | 5.83 | - |
| YUV | 113.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 31 | 0.74 | 0 | 0.81 | 0.35 | 114.63 | 0.68 | 0.38 |
| Hex | 2B | A5 | 1F | 4A | 0 | 51 | 23 | 73 | 44 | 26 |
| Octal | 53 | 245 | 37 | 112 | 0 | 121 | 43 | 163 | 104 | 46 |
| Binary | 101011 | 10100101 | 11111 | 1001010 | 0 | 1010001 | 100011 | 1110011 | 1000100 | 100110 |
Color Harmonies of #2BA51F
Complementary color
Monochromatic Colors of #2BA51F
Black with #2BA51F
Text Example
Text Example
White with #2BA51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA51F; }
p { color: rgb(43,165,31); }
H1.HeaderClassName
{
color: #2BA51F;
}
.AnyTagClassName
{
color: #2BA51F;
}
</style>
background-color css
<style>
a { background-color: #2BA51F; }
a { background-color: rgb(43,165,31); }
div.DivClassName
{
background-color: #2BA51F;
}
.BgClassName
{
background-color: #2BA51F;
}
</style>
border-color css
<style>
span { border-color: #2BA51F; }
span { border-color: rgb(43,165,31); }
td.TdClassName
{
border-color: #2BA51F;
}
.TagClassName
{
border-color: #2BA51F;
}
</style>