Shades of Forest Green #2BA32D
Tints of Forest Green #2BA32D
RGB
CMYK
RGB Variations
Color information
#2BA32D (or 0x2BA32D) is known color: Forest Green. HEX triplet: 2B, A3 and 2D. RGB value is (43,163,45). Sum of RGB (Red+Green+Blue) = 43+163+45=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 163 (64.06% from 255 or 64.94% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA32D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA32D is #D45CD2. Grayscale: #727272. Windows color (decimal): -13917395 or 2990891. OLE color: 2990891.
HSL color Cylindrical-coordinate representation of color #2BA32D: hue angle of 121º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA32D is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 45 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.36 |
| HSL | 121º | 0.58% | 0.4% | - |
| HSV(B) | 121º | 0.74% | 0.64% | - |
| XYZ | 14.57 | 26.9 | 6.91 | - |
| YUV | 113.67 | 89.24 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 45 | 0.74 | 0 | 0.72 | 0.36 | 121 | 0.58 | 0.4 |
| Hex | 2B | A3 | 2D | 4A | 0 | 48 | 24 | 79 | 3A | 28 |
| Octal | 53 | 243 | 55 | 112 | 0 | 110 | 44 | 171 | 72 | 50 |
| Binary | 101011 | 10100011 | 101101 | 1001010 | 0 | 1001000 | 100100 | 1111001 | 111010 | 101000 |
Color Harmonies of #2BA32D
Complementary color
Monochromatic Colors of #2BA32D
Black with #2BA32D
Text Example
Text Example
White with #2BA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA32D; }
p { color: rgb(43,163,45); }
H1.HeaderClassName
{
color: #2BA32D;
}
.AnyTagClassName
{
color: #2BA32D;
}
</style>
background-color css
<style>
a { background-color: #2BA32D; }
a { background-color: rgb(43,163,45); }
div.DivClassName
{
background-color: #2BA32D;
}
.BgClassName
{
background-color: #2BA32D;
}
</style>
border-color css
<style>
span { border-color: #2BA32D; }
span { border-color: rgb(43,163,45); }
td.TdClassName
{
border-color: #2BA32D;
}
.TagClassName
{
border-color: #2BA32D;
}
</style>