Shades of Forest Green #2B841E
Tints of Forest Green #2B841E
RGB
CMYK
RGB Variations
Color information
#2B841E (or 0x2B841E) is known color: Forest Green. HEX triplet: 2B, 84 and 1E. RGB value is (43,132,30). Sum of RGB (Red+Green+Blue) = 43+132+30=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #2B841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B841E is #D47BE1. Grayscale: #5E5E5E. Windows color (decimal): -13925346 or 1999915. OLE color: 1999915.
HSL color Cylindrical-coordinate representation of color #2B841E: hue angle of 112.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B841E is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 30 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.48 |
| HSL | 112.35º | 0.63% | 0.32% | - |
| HSV(B) | 112.35º | 0.77% | 0.52% | - |
| XYZ | 9.48 | 17.11 | 4.03 | - |
| YUV | 93.76 | 92.01 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 30 | 0.67 | 0 | 0.77 | 0.48 | 112.35 | 0.63 | 0.32 |
| Hex | 2B | 84 | 1E | 43 | 0 | 4D | 30 | 70 | 3F | 20 |
| Octal | 53 | 204 | 36 | 103 | 0 | 115 | 60 | 160 | 77 | 40 |
| Binary | 101011 | 10000100 | 11110 | 1000011 | 0 | 1001101 | 110000 | 1110000 | 111111 | 100000 |
Color Harmonies of #2B841E
Complementary color
Monochromatic Colors of #2B841E
Black with #2B841E
Text Example
Text Example
White with #2B841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B841E; }
p { color: rgb(43,132,30); }
H1.HeaderClassName
{
color: #2B841E;
}
.AnyTagClassName
{
color: #2B841E;
}
</style>
background-color css
<style>
a { background-color: #2B841E; }
a { background-color: rgb(43,132,30); }
div.DivClassName
{
background-color: #2B841E;
}
.BgClassName
{
background-color: #2B841E;
}
</style>
border-color css
<style>
span { border-color: #2B841E; }
span { border-color: rgb(43,132,30); }
td.TdClassName
{
border-color: #2B841E;
}
.TagClassName
{
border-color: #2B841E;
}
</style>