Shades of Forest Green #2B8922
Tints of Forest Green #2B8922
RGB
CMYK
RGB Variations
Color information
#2B8922 (or 0x2B8922) is known color: Forest Green. HEX triplet: 2B, 89 and 22. RGB value is (43,137,34). Sum of RGB (Red+Green+Blue) = 43+137+34=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8922 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8922 is #D476DD. Grayscale: #616161. Windows color (decimal): -13924062 or 2263339. OLE color: 2263339.
HSL color Cylindrical-coordinate representation of color #2B8922: hue angle of 114.76º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B8922 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 34 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.46 |
| HSL | 114.76º | 0.6% | 0.34% | - |
| HSV(B) | 114.76º | 0.75% | 0.54% | - |
| XYZ | 10.23 | 18.52 | 4.55 | - |
| YUV | 97.15 | 92.36 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 34 | 0.69 | 0 | 0.75 | 0.46 | 114.76 | 0.6 | 0.34 |
| Hex | 2B | 89 | 22 | 45 | 0 | 4B | 2E | 73 | 3C | 22 |
| Octal | 53 | 211 | 42 | 105 | 0 | 113 | 56 | 163 | 74 | 42 |
| Binary | 101011 | 10001001 | 100010 | 1000101 | 0 | 1001011 | 101110 | 1110011 | 111100 | 100010 |
Color Harmonies of #2B8922
Complementary color
Monochromatic Colors of #2B8922
Black with #2B8922
Text Example
Text Example
White with #2B8922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8922; }
p { color: rgb(43,137,34); }
H1.HeaderClassName
{
color: #2B8922;
}
.AnyTagClassName
{
color: #2B8922;
}
</style>
background-color css
<style>
a { background-color: #2B8922; }
a { background-color: rgb(43,137,34); }
div.DivClassName
{
background-color: #2B8922;
}
.BgClassName
{
background-color: #2B8922;
}
</style>
border-color css
<style>
span { border-color: #2B8922; }
span { border-color: rgb(43,137,34); }
td.TdClassName
{
border-color: #2B8922;
}
.TagClassName
{
border-color: #2B8922;
}
</style>