Shades of Forest Green #2B821F
Tints of Forest Green #2B821F
RGB
CMYK
RGB Variations
Color information
#2B821F (or 0x2B821F) is known color: Forest Green. HEX triplet: 2B, 82 and 1F. RGB value is (43,130,31). Sum of RGB (Red+Green+Blue) = 43+130+31=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #2B821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B821F is #D47DE0. Grayscale: #5D5D5D. Windows color (decimal): -13925857 or 2064939. OLE color: 2064939.
HSL color Cylindrical-coordinate representation of color #2B821F: hue angle of 112.73º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B821F is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 31 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.49 |
| HSL | 112.73º | 0.61% | 0.32% | - |
| HSV(B) | 112.73º | 0.76% | 0.51% | - |
| XYZ | 9.23 | 16.58 | 4.01 | - |
| YUV | 92.7 | 93.18 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 31 | 0.67 | 0 | 0.76 | 0.49 | 112.73 | 0.61 | 0.32 |
| Hex | 2B | 82 | 1F | 43 | 0 | 4C | 31 | 71 | 3D | 20 |
| Octal | 53 | 202 | 37 | 103 | 0 | 114 | 61 | 161 | 75 | 40 |
| Binary | 101011 | 10000010 | 11111 | 1000011 | 0 | 1001100 | 110001 | 1110001 | 111101 | 100000 |
Color Harmonies of #2B821F
Complementary color
Monochromatic Colors of #2B821F
Black with #2B821F
Text Example
Text Example
White with #2B821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B821F; }
p { color: rgb(43,130,31); }
H1.HeaderClassName
{
color: #2B821F;
}
.AnyTagClassName
{
color: #2B821F;
}
</style>
background-color css
<style>
a { background-color: #2B821F; }
a { background-color: rgb(43,130,31); }
div.DivClassName
{
background-color: #2B821F;
}
.BgClassName
{
background-color: #2B821F;
}
</style>
border-color css
<style>
span { border-color: #2B821F; }
span { border-color: rgb(43,130,31); }
td.TdClassName
{
border-color: #2B821F;
}
.TagClassName
{
border-color: #2B821F;
}
</style>