Shades of Forest Green #2B890F
Tints of Forest Green #2B890F
RGB
CMYK
RGB Variations
Color information
#2B890F (or 0x2B890F) is known color: Forest Green. HEX triplet: 2B, 89 and 0F. RGB value is (43,137,15). Sum of RGB (Red+Green+Blue) = 43+137+15=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 137 (53.91% from 255 or 70.26% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 137 - color contains mainly: green. Hex color #2B890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B890F is #D476F0. Grayscale: #5F5F5F. Windows color (decimal): -13924081 or 1018155. OLE color: 1018155.
HSL color Cylindrical-coordinate representation of color #2B890F: hue angle of 106.23º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B890F is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 15 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.46 |
| HSL | 106.23º | 0.8% | 0.3% | - |
| HSV(B) | 106.23º | 0.89% | 0.54% | - |
| XYZ | 10.03 | 18.44 | 3.48 | - |
| YUV | 94.99 | 82.86 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 15 | 0.69 | 0 | 0.89 | 0.46 | 106.23 | 0.8 | 0.3 |
| Hex | 2B | 89 | F | 45 | 0 | 59 | 2E | 6A | 50 | 1E |
| Octal | 53 | 211 | 17 | 105 | 0 | 131 | 56 | 152 | 120 | 36 |
| Binary | 101011 | 10001001 | 1111 | 1000101 | 0 | 1011001 | 101110 | 1101010 | 1010000 | 11110 |
Color Harmonies of #2B890F
Complementary color
Monochromatic Colors of #2B890F
Black with #2B890F
Text Example
Text Example
White with #2B890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B890F; }
p { color: rgb(43,137,15); }
H1.HeaderClassName
{
color: #2B890F;
}
.AnyTagClassName
{
color: #2B890F;
}
</style>
background-color css
<style>
a { background-color: #2B890F; }
a { background-color: rgb(43,137,15); }
div.DivClassName
{
background-color: #2B890F;
}
.BgClassName
{
background-color: #2B890F;
}
</style>
border-color css
<style>
span { border-color: #2B890F; }
span { border-color: rgb(43,137,15); }
td.TdClassName
{
border-color: #2B890F;
}
.TagClassName
{
border-color: #2B890F;
}
</style>