Shades of Forest Green #2BA416
Tints of Forest Green #2BA416
RGB
CMYK
RGB Variations
Color information
#2BA416 (or 0x2BA416) is known color: Forest Green. HEX triplet: 2B, A4 and 16. RGB value is (43,164,22). Sum of RGB (Red+Green+Blue) = 43+164+22=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 164 (64.45% from 255 or 71.62% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA416 is #D45BE9. Grayscale: #707070. Windows color (decimal): -13917162 or 1483819. OLE color: 1483819.
HSL color Cylindrical-coordinate representation of color #2BA416: hue angle of 111.13º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BA416 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 22 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.36 |
| HSL | 111.13º | 0.76% | 0.36% | - |
| HSV(B) | 111.13º | 0.87% | 0.64% | - |
| XYZ | 14.42 | 27.12 | 5.23 | - |
| YUV | 111.63 | 77.41 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 22 | 0.74 | 0 | 0.87 | 0.36 | 111.13 | 0.76 | 0.36 |
| Hex | 2B | A4 | 16 | 4A | 0 | 57 | 24 | 6F | 4C | 24 |
| Octal | 53 | 244 | 26 | 112 | 0 | 127 | 44 | 157 | 114 | 44 |
| Binary | 101011 | 10100100 | 10110 | 1001010 | 0 | 1010111 | 100100 | 1101111 | 1001100 | 100100 |
Color Harmonies of #2BA416
Complementary color
Monochromatic Colors of #2BA416
Black with #2BA416
Text Example
Text Example
White with #2BA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA416; }
p { color: rgb(43,164,22); }
H1.HeaderClassName
{
color: #2BA416;
}
.AnyTagClassName
{
color: #2BA416;
}
</style>
background-color css
<style>
a { background-color: #2BA416; }
a { background-color: rgb(43,164,22); }
div.DivClassName
{
background-color: #2BA416;
}
.BgClassName
{
background-color: #2BA416;
}
</style>
border-color css
<style>
span { border-color: #2BA416; }
span { border-color: rgb(43,164,22); }
td.TdClassName
{
border-color: #2BA416;
}
.TagClassName
{
border-color: #2BA416;
}
</style>