Shades of Forest Green #2B9036
Tints of Forest Green #2B9036
RGB
CMYK
RGB Variations
Color information
#2B9036 (or 0x2B9036) is known color: Forest Green. HEX triplet: 2B, 90 and 36. RGB value is (43,144,54). Sum of RGB (Red+Green+Blue) = 43+144+54=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9036 is #D46FC9. Grayscale: #676767. Windows color (decimal): -13922250 or 3575851. OLE color: 3575851.
HSL color Cylindrical-coordinate representation of color #2B9036: hue angle of 126.53º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9036 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 54 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.44 |
| HSL | 126.53º | 0.54% | 0.37% | - |
| HSV(B) | 126.53º | 0.7% | 0.56% | - |
| XYZ | 11.64 | 20.73 | 6.88 | - |
| YUV | 103.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 54 | 0.70 | 0 | 0.63 | 0.44 | 126.53 | 0.54 | 0.37 |
| Hex | 2B | 90 | 36 | 46 | 0 | 3F | 2C | 7F | 36 | 25 |
| Octal | 53 | 220 | 66 | 106 | 0 | 77 | 54 | 177 | 66 | 45 |
| Binary | 101011 | 10010000 | 110110 | 1000110 | 0 | 111111 | 101100 | 1111111 | 110110 | 100101 |
Color Harmonies of #2B9036
Complementary color
Monochromatic Colors of #2B9036
Black with #2B9036
Text Example
Text Example
White with #2B9036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9036; }
p { color: rgb(43,144,54); }
H1.HeaderClassName
{
color: #2B9036;
}
.AnyTagClassName
{
color: #2B9036;
}
</style>
background-color css
<style>
a { background-color: #2B9036; }
a { background-color: rgb(43,144,54); }
div.DivClassName
{
background-color: #2B9036;
}
.BgClassName
{
background-color: #2B9036;
}
</style>
border-color css
<style>
span { border-color: #2B9036; }
span { border-color: rgb(43,144,54); }
td.TdClassName
{
border-color: #2B9036;
}
.TagClassName
{
border-color: #2B9036;
}
</style>