Shades of Forest Green #2BA32C
Tints of Forest Green #2BA32C
RGB
CMYK
RGB Variations
Color information
#2BA32C (or 0x2BA32C) is known color: Forest Green. HEX triplet: 2B, A3 and 2C. RGB value is (43,163,44). Sum of RGB (Red+Green+Blue) = 43+163+44=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 163 (64.06% from 255 or 65.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA32C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA32C is #D45CD3. Grayscale: #717171. Windows color (decimal): -13917396 or 2925355. OLE color: 2925355.
HSL color Cylindrical-coordinate representation of color #2BA32C: hue angle of 120.5º 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 #2BA32C is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 44 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.36 |
| HSL | 120.5º | 0.58% | 0.4% | - |
| HSV(B) | 120.5º | 0.74% | 0.64% | - |
| XYZ | 14.55 | 26.89 | 6.81 | - |
| YUV | 113.55 | 88.74 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 44 | 0.74 | 0 | 0.73 | 0.36 | 120.5 | 0.58 | 0.4 |
| Hex | 2B | A3 | 2C | 4A | 0 | 49 | 24 | 79 | 3A | 28 |
| Octal | 53 | 243 | 54 | 112 | 0 | 111 | 44 | 171 | 72 | 50 |
| Binary | 101011 | 10100011 | 101100 | 1001010 | 0 | 1001001 | 100100 | 1111001 | 111010 | 101000 |
Color Harmonies of #2BA32C
Complementary color
Monochromatic Colors of #2BA32C
Black with #2BA32C
Text Example
Text Example
White with #2BA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA32C; }
p { color: rgb(43,163,44); }
H1.HeaderClassName
{
color: #2BA32C;
}
.AnyTagClassName
{
color: #2BA32C;
}
</style>
background-color css
<style>
a { background-color: #2BA32C; }
a { background-color: rgb(43,163,44); }
div.DivClassName
{
background-color: #2BA32C;
}
.BgClassName
{
background-color: #2BA32C;
}
</style>
border-color css
<style>
span { border-color: #2BA32C; }
span { border-color: rgb(43,163,44); }
td.TdClassName
{
border-color: #2BA32C;
}
.TagClassName
{
border-color: #2BA32C;
}
</style>