Shades of Forest Green #2B8E21
Tints of Forest Green #2B8E21
RGB
CMYK
RGB Variations
Color information
#2B8E21 (or 0x2B8E21) is known color: Forest Green. HEX triplet: 2B, 8E and 21. RGB value is (43,142,33). Sum of RGB (Red+Green+Blue) = 43+142+33=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 142 (55.86% from 255 or 65.14% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8E21 is #D471DE. Grayscale: #646464. Windows color (decimal): -13922783 or 2199083. OLE color: 2199083.
HSL color Cylindrical-coordinate representation of color #2B8E21: hue angle of 114.5º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B8E21 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 142 | 33 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.44 |
| HSL | 114.5º | 0.62% | 0.34% | - |
| HSV(B) | 114.5º | 0.77% | 0.56% | - |
| XYZ | 10.94 | 19.97 | 4.72 | - |
| YUV | 99.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 142 | 33 | 0.70 | 0 | 0.77 | 0.44 | 114.5 | 0.62 | 0.34 |
| Hex | 2B | 8E | 21 | 46 | 0 | 4D | 2C | 72 | 3E | 22 |
| Octal | 53 | 216 | 41 | 106 | 0 | 115 | 54 | 162 | 76 | 42 |
| Binary | 101011 | 10001110 | 100001 | 1000110 | 0 | 1001101 | 101100 | 1110010 | 111110 | 100010 |
Color Harmonies of #2B8E21
Complementary color
Monochromatic Colors of #2B8E21
Black with #2B8E21
Text Example
Text Example
White with #2B8E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8E21; }
p { color: rgb(43,142,33); }
H1.HeaderClassName
{
color: #2B8E21;
}
.AnyTagClassName
{
color: #2B8E21;
}
</style>
background-color css
<style>
a { background-color: #2B8E21; }
a { background-color: rgb(43,142,33); }
div.DivClassName
{
background-color: #2B8E21;
}
.BgClassName
{
background-color: #2B8E21;
}
</style>
border-color css
<style>
span { border-color: #2B8E21; }
span { border-color: rgb(43,142,33); }
td.TdClassName
{
border-color: #2B8E21;
}
.TagClassName
{
border-color: #2B8E21;
}
</style>