Shades of Forest Green #2B9616
Tints of Forest Green #2B9616
RGB
CMYK
RGB Variations
Color information
#2B9616 (or 0x2B9616) is known color: Forest Green. HEX triplet: 2B, 96 and 16. RGB value is (43,150,22). Sum of RGB (Red+Green+Blue) = 43+150+22=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 150 (58.98% from 255 or 69.77% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9616 is #D469E9. Grayscale: #676767. Windows color (decimal): -13920746 or 1480235. OLE color: 1480235.
HSL color Cylindrical-coordinate representation of color #2B9616: hue angle of 110.16º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B9616 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 22 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.41 |
| HSL | 110.16º | 0.74% | 0.34% | - |
| HSV(B) | 110.16º | 0.85% | 0.59% | - |
| XYZ | 12.05 | 22.38 | 4.44 | - |
| YUV | 103.42 | 82.05 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 22 | 0.71 | 0 | 0.85 | 0.41 | 110.16 | 0.74 | 0.34 |
| Hex | 2B | 96 | 16 | 47 | 0 | 55 | 29 | 6E | 4A | 22 |
| Octal | 53 | 226 | 26 | 107 | 0 | 125 | 51 | 156 | 112 | 42 |
| Binary | 101011 | 10010110 | 10110 | 1000111 | 0 | 1010101 | 101001 | 1101110 | 1001010 | 100010 |
Color Harmonies of #2B9616
Complementary color
Monochromatic Colors of #2B9616
Black with #2B9616
Text Example
Text Example
White with #2B9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9616; }
p { color: rgb(43,150,22); }
H1.HeaderClassName
{
color: #2B9616;
}
.AnyTagClassName
{
color: #2B9616;
}
</style>
background-color css
<style>
a { background-color: #2B9616; }
a { background-color: rgb(43,150,22); }
div.DivClassName
{
background-color: #2B9616;
}
.BgClassName
{
background-color: #2B9616;
}
</style>
border-color css
<style>
span { border-color: #2B9616; }
span { border-color: rgb(43,150,22); }
td.TdClassName
{
border-color: #2B9616;
}
.TagClassName
{
border-color: #2B9616;
}
</style>