Shades of Forest Green #2B881F
Tints of Forest Green #2B881F
RGB
CMYK
RGB Variations
Color information
#2B881F (or 0x2B881F) is known color: Forest Green. HEX triplet: 2B, 88 and 1F. RGB value is (43,136,31). Sum of RGB (Red+Green+Blue) = 43+136+31=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #2B881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B881F is #D477E0. Grayscale: #606060. Windows color (decimal): -13924321 or 2066475. OLE color: 2066475.
HSL color Cylindrical-coordinate representation of color #2B881F: hue angle of 113.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B881F is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 136 | 31 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.47 |
| HSL | 113.14º | 0.63% | 0.33% | - |
| HSV(B) | 113.14º | 0.77% | 0.53% | - |
| XYZ | 10.05 | 18.22 | 4.28 | - |
| YUV | 96.22 | 91.19 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 31 | 0.68 | 0 | 0.77 | 0.47 | 113.14 | 0.63 | 0.33 |
| Hex | 2B | 88 | 1F | 44 | 0 | 4D | 2F | 71 | 3F | 21 |
| Octal | 53 | 210 | 37 | 104 | 0 | 115 | 57 | 161 | 77 | 41 |
| Binary | 101011 | 10001000 | 11111 | 1000100 | 0 | 1001101 | 101111 | 1110001 | 111111 | 100001 |
Color Harmonies of #2B881F
Complementary color
Monochromatic Colors of #2B881F
Black with #2B881F
Text Example
Text Example
White with #2B881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B881F; }
p { color: rgb(43,136,31); }
H1.HeaderClassName
{
color: #2B881F;
}
.AnyTagClassName
{
color: #2B881F;
}
</style>
background-color css
<style>
a { background-color: #2B881F; }
a { background-color: rgb(43,136,31); }
div.DivClassName
{
background-color: #2B881F;
}
.BgClassName
{
background-color: #2B881F;
}
</style>
border-color css
<style>
span { border-color: #2B881F; }
span { border-color: rgb(43,136,31); }
td.TdClassName
{
border-color: #2B881F;
}
.TagClassName
{
border-color: #2B881F;
}
</style>