Shades of Forest Green #2BA42E
Tints of Forest Green #2BA42E
RGB
CMYK
RGB Variations
Color information
#2BA42E (or 0x2BA42E) is known color: Forest Green. HEX triplet: 2B, A4 and 2E. RGB value is (43,164,46). Sum of RGB (Red+Green+Blue) = 43+164+46=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 164 (64.45% from 255 or 64.82% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA42E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA42E is #D45BD1. Grayscale: #727272. Windows color (decimal): -13917138 or 3056683. OLE color: 3056683.
HSL color Cylindrical-coordinate representation of color #2BA42E: hue angle of 121.49º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA42E is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 46 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.36 |
| HSL | 121.49º | 0.58% | 0.41% | - |
| HSV(B) | 121.49º | 0.74% | 0.64% | - |
| XYZ | 14.76 | 27.26 | 7.07 | - |
| YUV | 114.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 46 | 0.74 | 0 | 0.72 | 0.36 | 121.49 | 0.58 | 0.41 |
| Hex | 2B | A4 | 2E | 4A | 0 | 48 | 24 | 79 | 3A | 29 |
| Octal | 53 | 244 | 56 | 112 | 0 | 110 | 44 | 171 | 72 | 51 |
| Binary | 101011 | 10100100 | 101110 | 1001010 | 0 | 1001000 | 100100 | 1111001 | 111010 | 101001 |
Color Harmonies of #2BA42E
Complementary color
Monochromatic Colors of #2BA42E
Black with #2BA42E
Text Example
Text Example
White with #2BA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA42E; }
p { color: rgb(43,164,46); }
H1.HeaderClassName
{
color: #2BA42E;
}
.AnyTagClassName
{
color: #2BA42E;
}
</style>
background-color css
<style>
a { background-color: #2BA42E; }
a { background-color: rgb(43,164,46); }
div.DivClassName
{
background-color: #2BA42E;
}
.BgClassName
{
background-color: #2BA42E;
}
</style>
border-color css
<style>
span { border-color: #2BA42E; }
span { border-color: rgb(43,164,46); }
td.TdClassName
{
border-color: #2BA42E;
}
.TagClassName
{
border-color: #2BA42E;
}
</style>