Shades of Forest Green #2E971B
Tints of Forest Green #2E971B
RGB
CMYK
RGB Variations
Color information
#2E971B (or 0x2E971B) is known color: Forest Green. HEX triplet: 2E, 97 and 1B. RGB value is (46,151,27). Sum of RGB (Red+Green+Blue) = 46+151+27=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 151 (59.38% from 255 or 67.41% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 151 - color contains mainly: green. Hex color #2E971B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E971B is #D168E4. Grayscale: #696969. Windows color (decimal): -13723877 or 1808174. OLE color: 1808174.
HSL color Cylindrical-coordinate representation of color #2E971B: hue angle of 110.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E971B is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 27 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.41 |
| HSL | 110.81º | 0.7% | 0.35% | - |
| HSV(B) | 110.81º | 0.82% | 0.59% | - |
| XYZ | 12.39 | 22.79 | 4.78 | - |
| YUV | 105.47 | 83.71 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 27 | 0.70 | 0 | 0.82 | 0.41 | 110.81 | 0.7 | 0.35 |
| Hex | 2E | 97 | 1B | 46 | 0 | 52 | 29 | 6F | 46 | 23 |
| Octal | 56 | 227 | 33 | 106 | 0 | 122 | 51 | 157 | 106 | 43 |
| Binary | 101110 | 10010111 | 11011 | 1000110 | 0 | 1010010 | 101001 | 1101111 | 1000110 | 100011 |
Color Harmonies of #2E971B
Complementary color
Monochromatic Colors of #2E971B
Black with #2E971B
Text Example
Text Example
White with #2E971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E971B; }
p { color: rgb(46,151,27); }
H1.HeaderClassName
{
color: #2E971B;
}
.AnyTagClassName
{
color: #2E971B;
}
</style>
background-color css
<style>
a { background-color: #2E971B; }
a { background-color: rgb(46,151,27); }
div.DivClassName
{
background-color: #2E971B;
}
.BgClassName
{
background-color: #2E971B;
}
</style>
border-color css
<style>
span { border-color: #2E971B; }
span { border-color: rgb(46,151,27); }
td.TdClassName
{
border-color: #2E971B;
}
.TagClassName
{
border-color: #2E971B;
}
</style>