Shades of Forest Green #2B940F
Tints of Forest Green #2B940F
RGB
CMYK
RGB Variations
Color information
#2B940F (or 0x2B940F) is known color: Forest Green. HEX triplet: 2B, 94 and 0F. RGB value is (43,148,15). Sum of RGB (Red+Green+Blue) = 43+148+15=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #2B940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B940F is #D46BF0. Grayscale: #656565. Windows color (decimal): -13921265 or 1020971. OLE color: 1020971.
HSL color Cylindrical-coordinate representation of color #2B940F: hue angle of 107.37º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B940F is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 15 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.42 |
| HSL | 107.37º | 0.82% | 0.32% | - |
| HSV(B) | 107.37º | 0.9% | 0.58% | - |
| XYZ | 11.67 | 21.73 | 4.03 | - |
| YUV | 101.44 | 79.21 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 15 | 0.71 | 0 | 0.90 | 0.42 | 107.37 | 0.82 | 0.32 |
| Hex | 2B | 94 | F | 47 | 0 | 5A | 2A | 6B | 52 | 20 |
| Octal | 53 | 224 | 17 | 107 | 0 | 132 | 52 | 153 | 122 | 40 |
| Binary | 101011 | 10010100 | 1111 | 1000111 | 0 | 1011010 | 101010 | 1101011 | 1010010 | 100000 |
Color Harmonies of #2B940F
Complementary color
Monochromatic Colors of #2B940F
Black with #2B940F
Text Example
Text Example
White with #2B940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B940F; }
p { color: rgb(43,148,15); }
H1.HeaderClassName
{
color: #2B940F;
}
.AnyTagClassName
{
color: #2B940F;
}
</style>
background-color css
<style>
a { background-color: #2B940F; }
a { background-color: rgb(43,148,15); }
div.DivClassName
{
background-color: #2B940F;
}
.BgClassName
{
background-color: #2B940F;
}
</style>
border-color css
<style>
span { border-color: #2B940F; }
span { border-color: rgb(43,148,15); }
td.TdClassName
{
border-color: #2B940F;
}
.TagClassName
{
border-color: #2B940F;
}
</style>