Shades of Forest Green #2B940E
Tints of Forest Green #2B940E
RGB
CMYK
RGB Variations
Color information
#2B940E (or 0x2B940E) is known color: Forest Green. HEX triplet: 2B, 94 and 0E. RGB value is (43,148,14). Sum of RGB (Red+Green+Blue) = 43+148+14=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #2B940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B940E is #D46BF1. Grayscale: #656565. Windows color (decimal): -13921266 or 955435. OLE color: 955435.
HSL color Cylindrical-coordinate representation of color #2B940E: hue angle of 107.01º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B940E is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 14 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.42 |
| HSL | 107.01º | 0.83% | 0.32% | - |
| HSV(B) | 107.01º | 0.91% | 0.58% | - |
| XYZ | 11.67 | 21.73 | 3.99 | - |
| YUV | 101.33 | 78.71 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 14 | 0.71 | 0 | 0.91 | 0.42 | 107.01 | 0.83 | 0.32 |
| Hex | 2B | 94 | E | 47 | 0 | 5B | 2A | 6B | 53 | 20 |
| Octal | 53 | 224 | 16 | 107 | 0 | 133 | 52 | 153 | 123 | 40 |
| Binary | 101011 | 10010100 | 1110 | 1000111 | 0 | 1011011 | 101010 | 1101011 | 1010011 | 100000 |
Color Harmonies of #2B940E
Complementary color
Monochromatic Colors of #2B940E
Black with #2B940E
Text Example
Text Example
White with #2B940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B940E; }
p { color: rgb(43,148,14); }
H1.HeaderClassName
{
color: #2B940E;
}
.AnyTagClassName
{
color: #2B940E;
}
</style>
background-color css
<style>
a { background-color: #2B940E; }
a { background-color: rgb(43,148,14); }
div.DivClassName
{
background-color: #2B940E;
}
.BgClassName
{
background-color: #2B940E;
}
</style>
border-color css
<style>
span { border-color: #2B940E; }
span { border-color: rgb(43,148,14); }
td.TdClassName
{
border-color: #2B940E;
}
.TagClassName
{
border-color: #2B940E;
}
</style>