Shades of Forest Green #2B832C
Tints of Forest Green #2B832C
RGB
CMYK
RGB Variations
Color information
#2B832C (or 0x2B832C) is known color: Forest Green. HEX triplet: 2B, 83 and 2C. RGB value is (43,131,44). Sum of RGB (Red+Green+Blue) = 43+131+44=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #2B832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B832C is #D47CD3. Grayscale: #5F5F5F. Windows color (decimal): -13925588 or 2917163. OLE color: 2917163.
HSL color Cylindrical-coordinate representation of color #2B832C: hue angle of 120.68º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B832C is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 131 | 44 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.49 |
| HSL | 120.68º | 0.51% | 0.34% | - |
| HSV(B) | 120.68º | 0.67% | 0.51% | - |
| XYZ | 9.57 | 16.93 | 5.15 | - |
| YUV | 94.77 | 99.35 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 44 | 0.67 | 0 | 0.66 | 0.49 | 120.68 | 0.51 | 0.34 |
| Hex | 2B | 83 | 2C | 43 | 0 | 42 | 31 | 79 | 33 | 22 |
| Octal | 53 | 203 | 54 | 103 | 0 | 102 | 61 | 171 | 63 | 42 |
| Binary | 101011 | 10000011 | 101100 | 1000011 | 0 | 1000010 | 110001 | 1111001 | 110011 | 100010 |
Color Harmonies of #2B832C
Complementary color
Monochromatic Colors of #2B832C
Black with #2B832C
Text Example
Text Example
White with #2B832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B832C; }
p { color: rgb(43,131,44); }
H1.HeaderClassName
{
color: #2B832C;
}
.AnyTagClassName
{
color: #2B832C;
}
</style>
background-color css
<style>
a { background-color: #2B832C; }
a { background-color: rgb(43,131,44); }
div.DivClassName
{
background-color: #2B832C;
}
.BgClassName
{
background-color: #2B832C;
}
</style>
border-color css
<style>
span { border-color: #2B832C; }
span { border-color: rgb(43,131,44); }
td.TdClassName
{
border-color: #2B832C;
}
.TagClassName
{
border-color: #2B832C;
}
</style>