Shades of Forest Green #2B8811
Tints of Forest Green #2B8811
RGB
CMYK
RGB Variations
Color information
#2B8811 (or 0x2B8811) is known color: Forest Green. HEX triplet: 2B, 88 and 11. RGB value is (43,136,17). Sum of RGB (Red+Green+Blue) = 43+136+17=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8811 is #D477EE. Grayscale: #5F5F5F. Windows color (decimal): -13924335 or 1148971. OLE color: 1148971.
HSL color Cylindrical-coordinate representation of color #2B8811: hue angle of 106.89º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B8811 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 17 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.47 |
| HSL | 106.89º | 0.78% | 0.3% | - |
| HSV(B) | 106.89º | 0.88% | 0.53% | - |
| XYZ | 9.9 | 18.16 | 3.51 | - |
| YUV | 94.63 | 84.19 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 17 | 0.68 | 0 | 0.87 | 0.47 | 106.89 | 0.78 | 0.3 |
| Hex | 2B | 88 | 11 | 44 | 0 | 57 | 2F | 6B | 4E | 1E |
| Octal | 53 | 210 | 21 | 104 | 0 | 127 | 57 | 153 | 116 | 36 |
| Binary | 101011 | 10001000 | 10001 | 1000100 | 0 | 1010111 | 101111 | 1101011 | 1001110 | 11110 |
Color Harmonies of #2B8811
Complementary color
Monochromatic Colors of #2B8811
Black with #2B8811
Text Example
Text Example
White with #2B8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8811; }
p { color: rgb(43,136,17); }
H1.HeaderClassName
{
color: #2B8811;
}
.AnyTagClassName
{
color: #2B8811;
}
</style>
background-color css
<style>
a { background-color: #2B8811; }
a { background-color: rgb(43,136,17); }
div.DivClassName
{
background-color: #2B8811;
}
.BgClassName
{
background-color: #2B8811;
}
</style>
border-color css
<style>
span { border-color: #2B8811; }
span { border-color: rgb(43,136,17); }
td.TdClassName
{
border-color: #2B8811;
}
.TagClassName
{
border-color: #2B8811;
}
</style>