Shades of Forest Green #2B9310
Tints of Forest Green #2B9310
RGB
CMYK
RGB Variations
Color information
#2B9310 (or 0x2B9310) is known color: Forest Green. HEX triplet: 2B, 93 and 10. RGB value is (43,147,16). Sum of RGB (Red+Green+Blue) = 43+147+16=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 147 (57.81% from 255 or 71.36% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9310 is #D46CEF. Grayscale: #656565. Windows color (decimal): -13921520 or 1086251. OLE color: 1086251.
HSL color Cylindrical-coordinate representation of color #2B9310: hue angle of 107.63º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B9310 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 16 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.42 |
| HSL | 107.63º | 0.8% | 0.32% | - |
| HSV(B) | 107.63º | 0.89% | 0.58% | - |
| XYZ | 11.52 | 21.42 | 4.02 | - |
| YUV | 100.97 | 80.04 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 16 | 0.71 | 0 | 0.89 | 0.42 | 107.63 | 0.8 | 0.32 |
| Hex | 2B | 93 | 10 | 47 | 0 | 59 | 2A | 6C | 50 | 20 |
| Octal | 53 | 223 | 20 | 107 | 0 | 131 | 52 | 154 | 120 | 40 |
| Binary | 101011 | 10010011 | 10000 | 1000111 | 0 | 1011001 | 101010 | 1101100 | 1010000 | 100000 |
Color Harmonies of #2B9310
Complementary color
Monochromatic Colors of #2B9310
Black with #2B9310
Text Example
Text Example
White with #2B9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9310; }
p { color: rgb(43,147,16); }
H1.HeaderClassName
{
color: #2B9310;
}
.AnyTagClassName
{
color: #2B9310;
}
</style>
background-color css
<style>
a { background-color: #2B9310; }
a { background-color: rgb(43,147,16); }
div.DivClassName
{
background-color: #2B9310;
}
.BgClassName
{
background-color: #2B9310;
}
</style>
border-color css
<style>
span { border-color: #2B9310; }
span { border-color: rgb(43,147,16); }
td.TdClassName
{
border-color: #2B9310;
}
.TagClassName
{
border-color: #2B9310;
}
</style>