Shades of Forest Green #2BA932
Tints of Forest Green #2BA932
RGB
CMYK
RGB Variations
Color information
#2BA932 (or 0x2BA932) is known color: Forest Green. HEX triplet: 2B, A9 and 32. RGB value is (43,169,50). Sum of RGB (Red+Green+Blue) = 43+169+50=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 169 (66.41% from 255 or 64.50% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA932 is #D456CD. Grayscale: #767676. Windows color (decimal): -13915854 or 3320107. OLE color: 3320107.
HSL color Cylindrical-coordinate representation of color #2BA932: hue angle of 123.33º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA932 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 50 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.34 |
| HSL | 123.33º | 0.59% | 0.42% | - |
| HSV(B) | 123.33º | 0.75% | 0.66% | - |
| XYZ | 15.76 | 29.12 | 7.81 | - |
| YUV | 117.76 | 89.76 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 50 | 0.75 | 0 | 0.70 | 0.34 | 123.33 | 0.59 | 0.42 |
| Hex | 2B | A9 | 32 | 4B | 0 | 46 | 22 | 7B | 3B | 2A |
| Octal | 53 | 251 | 62 | 113 | 0 | 106 | 42 | 173 | 73 | 52 |
| Binary | 101011 | 10101001 | 110010 | 1001011 | 0 | 1000110 | 100010 | 1111011 | 111011 | 101010 |
Color Harmonies of #2BA932
Complementary color
Monochromatic Colors of #2BA932
Black with #2BA932
Text Example
Text Example
White with #2BA932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA932; }
p { color: rgb(43,169,50); }
H1.HeaderClassName
{
color: #2BA932;
}
.AnyTagClassName
{
color: #2BA932;
}
</style>
background-color css
<style>
a { background-color: #2BA932; }
a { background-color: rgb(43,169,50); }
div.DivClassName
{
background-color: #2BA932;
}
.BgClassName
{
background-color: #2BA932;
}
</style>
border-color css
<style>
span { border-color: #2BA932; }
span { border-color: rgb(43,169,50); }
td.TdClassName
{
border-color: #2BA932;
}
.TagClassName
{
border-color: #2BA932;
}
</style>