Shades of Forest Green #2B9922
Tints of Forest Green #2B9922
RGB
CMYK
RGB Variations
Color information
#2B9922 (or 0x2B9922) is known color: Forest Green. HEX triplet: 2B, 99 and 22. RGB value is (43,153,34). Sum of RGB (Red+Green+Blue) = 43+153+34=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9922 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9922 is #D466DD. Grayscale: #6A6A6A. Windows color (decimal): -13919966 or 2267435. OLE color: 2267435.
HSL color Cylindrical-coordinate representation of color #2B9922: hue angle of 115.46º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B9922 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 34 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.4 |
| HSL | 115.46º | 0.64% | 0.37% | - |
| HSV(B) | 115.46º | 0.78% | 0.6% | - |
| XYZ | 12.68 | 23.41 | 5.36 | - |
| YUV | 106.54 | 87.06 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 34 | 0.72 | 0 | 0.78 | 0.4 | 115.46 | 0.64 | 0.37 |
| Hex | 2B | 99 | 22 | 48 | 0 | 4E | 28 | 73 | 40 | 25 |
| Octal | 53 | 231 | 42 | 110 | 0 | 116 | 50 | 163 | 100 | 45 |
| Binary | 101011 | 10011001 | 100010 | 1001000 | 0 | 1001110 | 101000 | 1110011 | 1000000 | 100101 |
Color Harmonies of #2B9922
Complementary color
Monochromatic Colors of #2B9922
Black with #2B9922
Text Example
Text Example
White with #2B9922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9922; }
p { color: rgb(43,153,34); }
H1.HeaderClassName
{
color: #2B9922;
}
.AnyTagClassName
{
color: #2B9922;
}
</style>
background-color css
<style>
a { background-color: #2B9922; }
a { background-color: rgb(43,153,34); }
div.DivClassName
{
background-color: #2B9922;
}
.BgClassName
{
background-color: #2B9922;
}
</style>
border-color css
<style>
span { border-color: #2B9922; }
span { border-color: rgb(43,153,34); }
td.TdClassName
{
border-color: #2B9922;
}
.TagClassName
{
border-color: #2B9922;
}
</style>