Shades of Forest Green #2B842D
Tints of Forest Green #2B842D
RGB
CMYK
RGB Variations
Color information
#2B842D (or 0x2B842D) is known color: Forest Green. HEX triplet: 2B, 84 and 2D. RGB value is (43,132,45). Sum of RGB (Red+Green+Blue) = 43+132+45=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #2B842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B842D is #D47BD2. Grayscale: #5F5F5F. Windows color (decimal): -13925331 or 2982955. OLE color: 2982955.
HSL color Cylindrical-coordinate representation of color #2B842D: hue angle of 121.35º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B842D is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 45 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.48 |
| HSL | 121.35º | 0.51% | 0.34% | - |
| HSV(B) | 121.35º | 0.67% | 0.52% | - |
| XYZ | 9.72 | 17.21 | 5.29 | - |
| YUV | 95.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 45 | 0.67 | 0 | 0.66 | 0.48 | 121.35 | 0.51 | 0.34 |
| Hex | 2B | 84 | 2D | 43 | 0 | 42 | 30 | 79 | 33 | 22 |
| Octal | 53 | 204 | 55 | 103 | 0 | 102 | 60 | 171 | 63 | 42 |
| Binary | 101011 | 10000100 | 101101 | 1000011 | 0 | 1000010 | 110000 | 1111001 | 110011 | 100010 |
Color Harmonies of #2B842D
Complementary color
Monochromatic Colors of #2B842D
Black with #2B842D
Text Example
Text Example
White with #2B842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B842D; }
p { color: rgb(43,132,45); }
H1.HeaderClassName
{
color: #2B842D;
}
.AnyTagClassName
{
color: #2B842D;
}
</style>
background-color css
<style>
a { background-color: #2B842D; }
a { background-color: rgb(43,132,45); }
div.DivClassName
{
background-color: #2B842D;
}
.BgClassName
{
background-color: #2B842D;
}
</style>
border-color css
<style>
span { border-color: #2B842D; }
span { border-color: rgb(43,132,45); }
td.TdClassName
{
border-color: #2B842D;
}
.TagClassName
{
border-color: #2B842D;
}
</style>