Shades of Forest Green #2B8511
Tints of Forest Green #2B8511
RGB
CMYK
RGB Variations
Color information
#2B8511 (or 0x2B8511) is known color: Forest Green. HEX triplet: 2B, 85 and 11. RGB value is (43,133,17). Sum of RGB (Red+Green+Blue) = 43+133+17=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8511 is #D47AEE. Grayscale: #5D5D5D. Windows color (decimal): -13925103 or 1148203. OLE color: 1148203.
HSL color Cylindrical-coordinate representation of color #2B8511: hue angle of 106.55º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B8511 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 17 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.48 |
| HSL | 106.55º | 0.77% | 0.29% | - |
| HSV(B) | 106.55º | 0.87% | 0.52% | - |
| XYZ | 9.48 | 17.33 | 3.38 | - |
| YUV | 92.87 | 85.18 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 17 | 0.68 | 0 | 0.87 | 0.48 | 106.55 | 0.77 | 0.29 |
| Hex | 2B | 85 | 11 | 44 | 0 | 57 | 30 | 6B | 4D | 1D |
| Octal | 53 | 205 | 21 | 104 | 0 | 127 | 60 | 153 | 115 | 35 |
| Binary | 101011 | 10000101 | 10001 | 1000100 | 0 | 1010111 | 110000 | 1101011 | 1001101 | 11101 |
Color Harmonies of #2B8511
Complementary color
Monochromatic Colors of #2B8511
Black with #2B8511
Text Example
Text Example
White with #2B8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8511; }
p { color: rgb(43,133,17); }
H1.HeaderClassName
{
color: #2B8511;
}
.AnyTagClassName
{
color: #2B8511;
}
</style>
background-color css
<style>
a { background-color: #2B8511; }
a { background-color: rgb(43,133,17); }
div.DivClassName
{
background-color: #2B8511;
}
.BgClassName
{
background-color: #2B8511;
}
</style>
border-color css
<style>
span { border-color: #2B8511; }
span { border-color: rgb(43,133,17); }
td.TdClassName
{
border-color: #2B8511;
}
.TagClassName
{
border-color: #2B8511;
}
</style>