Shades of Forest Green #2B8721
Tints of Forest Green #2B8721
RGB
CMYK
RGB Variations
Color information
#2B8721 (or 0x2B8721) is known color: Forest Green. HEX triplet: 2B, 87 and 21. RGB value is (43,135,33). Sum of RGB (Red+Green+Blue) = 43+135+33=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8721 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8721 is #D478DE. Grayscale: #606060. Windows color (decimal): -13924575 or 2197291. OLE color: 2197291.
HSL color Cylindrical-coordinate representation of color #2B8721: hue angle of 114.12º 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 #2B8721 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 33 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.47 |
| HSL | 114.12º | 0.61% | 0.33% | - |
| HSV(B) | 114.12º | 0.76% | 0.53% | - |
| XYZ | 9.93 | 17.95 | 4.38 | - |
| YUV | 95.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 33 | 0.68 | 0 | 0.76 | 0.47 | 114.12 | 0.61 | 0.33 |
| Hex | 2B | 87 | 21 | 44 | 0 | 4C | 2F | 72 | 3D | 21 |
| Octal | 53 | 207 | 41 | 104 | 0 | 114 | 57 | 162 | 75 | 41 |
| Binary | 101011 | 10000111 | 100001 | 1000100 | 0 | 1001100 | 101111 | 1110010 | 111101 | 100001 |
Color Harmonies of #2B8721
Complementary color
Monochromatic Colors of #2B8721
Black with #2B8721
Text Example
Text Example
White with #2B8721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8721; }
p { color: rgb(43,135,33); }
H1.HeaderClassName
{
color: #2B8721;
}
.AnyTagClassName
{
color: #2B8721;
}
</style>
background-color css
<style>
a { background-color: #2B8721; }
a { background-color: rgb(43,135,33); }
div.DivClassName
{
background-color: #2B8721;
}
.BgClassName
{
background-color: #2B8721;
}
</style>
border-color css
<style>
span { border-color: #2B8721; }
span { border-color: rgb(43,135,33); }
td.TdClassName
{
border-color: #2B8721;
}
.TagClassName
{
border-color: #2B8721;
}
</style>