Shades of Forest Green #2B9116
Tints of Forest Green #2B9116
RGB
CMYK
RGB Variations
Color information
#2B9116 (or 0x2B9116) is known color: Forest Green. HEX triplet: 2B, 91 and 16. RGB value is (43,145,22). Sum of RGB (Red+Green+Blue) = 43+145+22=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 145 (57.03% from 255 or 69.05% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9116 is #D46EE9. Grayscale: #646464. Windows color (decimal): -13922026 or 1478955. OLE color: 1478955.
HSL color Cylindrical-coordinate representation of color #2B9116: hue angle of 109.76º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B9116 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 22 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.43 |
| HSL | 109.76º | 0.74% | 0.33% | - |
| HSV(B) | 109.76º | 0.85% | 0.57% | - |
| XYZ | 11.27 | 20.82 | 4.18 | - |
| YUV | 100.48 | 83.71 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 22 | 0.70 | 0 | 0.85 | 0.43 | 109.76 | 0.74 | 0.33 |
| Hex | 2B | 91 | 16 | 46 | 0 | 55 | 2B | 6E | 4A | 21 |
| Octal | 53 | 221 | 26 | 106 | 0 | 125 | 53 | 156 | 112 | 41 |
| Binary | 101011 | 10010001 | 10110 | 1000110 | 0 | 1010101 | 101011 | 1101110 | 1001010 | 100001 |
Color Harmonies of #2B9116
Complementary color
Monochromatic Colors of #2B9116
Black with #2B9116
Text Example
Text Example
White with #2B9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9116; }
p { color: rgb(43,145,22); }
H1.HeaderClassName
{
color: #2B9116;
}
.AnyTagClassName
{
color: #2B9116;
}
</style>
background-color css
<style>
a { background-color: #2B9116; }
a { background-color: rgb(43,145,22); }
div.DivClassName
{
background-color: #2B9116;
}
.BgClassName
{
background-color: #2B9116;
}
</style>
border-color css
<style>
span { border-color: #2B9116; }
span { border-color: rgb(43,145,22); }
td.TdClassName
{
border-color: #2B9116;
}
.TagClassName
{
border-color: #2B9116;
}
</style>