Shades of Forest Green #2B8816
Tints of Forest Green #2B8816
RGB
CMYK
RGB Variations
Color information
#2B8816 (or 0x2B8816) is known color: Forest Green. HEX triplet: 2B, 88 and 16. RGB value is (43,136,22). Sum of RGB (Red+Green+Blue) = 43+136+22=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8816 is #D477E9. Grayscale: #5F5F5F. Windows color (decimal): -13924330 or 1476651. OLE color: 1476651.
HSL color Cylindrical-coordinate representation of color #2B8816: hue angle of 108.95º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B8816 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 22 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.47 |
| HSL | 108.95º | 0.72% | 0.31% | - |
| HSV(B) | 108.95º | 0.84% | 0.53% | - |
| XYZ | 9.95 | 18.18 | 3.74 | - |
| YUV | 95.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 22 | 0.68 | 0 | 0.84 | 0.47 | 108.95 | 0.72 | 0.31 |
| Hex | 2B | 88 | 16 | 44 | 0 | 54 | 2F | 6D | 48 | 1F |
| Octal | 53 | 210 | 26 | 104 | 0 | 124 | 57 | 155 | 110 | 37 |
| Binary | 101011 | 10001000 | 10110 | 1000100 | 0 | 1010100 | 101111 | 1101101 | 1001000 | 11111 |
Color Harmonies of #2B8816
Complementary color
Monochromatic Colors of #2B8816
Black with #2B8816
Text Example
Text Example
White with #2B8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8816; }
p { color: rgb(43,136,22); }
H1.HeaderClassName
{
color: #2B8816;
}
.AnyTagClassName
{
color: #2B8816;
}
</style>
background-color css
<style>
a { background-color: #2B8816; }
a { background-color: rgb(43,136,22); }
div.DivClassName
{
background-color: #2B8816;
}
.BgClassName
{
background-color: #2B8816;
}
</style>
border-color css
<style>
span { border-color: #2B8816; }
span { border-color: rgb(43,136,22); }
td.TdClassName
{
border-color: #2B8816;
}
.TagClassName
{
border-color: #2B8816;
}
</style>