Shades of Forest Green #2B8620
Tints of Forest Green #2B8620
RGB
CMYK
RGB Variations
Color information
#2B8620 (or 0x2B8620) is known color: Forest Green. HEX triplet: 2B, 86 and 20. RGB value is (43,134,32). Sum of RGB (Red+Green+Blue) = 43+134+32=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8620 is #D479DF. Grayscale: #5F5F5F. Windows color (decimal): -13924832 or 2131499. OLE color: 2131499.
HSL color Cylindrical-coordinate representation of color #2B8620: hue angle of 113.53º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B8620 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 32 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.47 |
| HSL | 113.53º | 0.61% | 0.33% | - |
| HSV(B) | 113.53º | 0.76% | 0.53% | - |
| XYZ | 9.78 | 17.67 | 4.26 | - |
| YUV | 95.16 | 92.35 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 32 | 0.68 | 0 | 0.76 | 0.47 | 113.53 | 0.61 | 0.33 |
| Hex | 2B | 86 | 20 | 44 | 0 | 4C | 2F | 72 | 3D | 21 |
| Octal | 53 | 206 | 40 | 104 | 0 | 114 | 57 | 162 | 75 | 41 |
| Binary | 101011 | 10000110 | 100000 | 1000100 | 0 | 1001100 | 101111 | 1110010 | 111101 | 100001 |
Color Harmonies of #2B8620
Complementary color
Monochromatic Colors of #2B8620
Black with #2B8620
Text Example
Text Example
White with #2B8620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8620; }
p { color: rgb(43,134,32); }
H1.HeaderClassName
{
color: #2B8620;
}
.AnyTagClassName
{
color: #2B8620;
}
</style>
background-color css
<style>
a { background-color: #2B8620; }
a { background-color: rgb(43,134,32); }
div.DivClassName
{
background-color: #2B8620;
}
.BgClassName
{
background-color: #2B8620;
}
</style>
border-color css
<style>
span { border-color: #2B8620; }
span { border-color: rgb(43,134,32); }
td.TdClassName
{
border-color: #2B8620;
}
.TagClassName
{
border-color: #2B8620;
}
</style>