Shades of Forest Green #2E941D
Tints of Forest Green #2E941D
RGB
CMYK
RGB Variations
Color information
#2E941D (or 0x2E941D) is known color: Forest Green. HEX triplet: 2E, 94 and 1D. RGB value is (46,148,29). Sum of RGB (Red+Green+Blue) = 46+148+29=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #2E941D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E941D is #D16BE2. Grayscale: #686868. Windows color (decimal): -13724643 or 1938478. OLE color: 1938478.
HSL color Cylindrical-coordinate representation of color #2E941D: hue angle of 111.43º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E941D is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 29 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.42 |
| HSL | 111.43º | 0.67% | 0.35% | - |
| HSV(B) | 111.43º | 0.8% | 0.58% | - |
| XYZ | 11.94 | 21.85 | 4.75 | - |
| YUV | 103.94 | 85.71 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 29 | 0.69 | 0 | 0.80 | 0.42 | 111.43 | 0.67 | 0.35 |
| Hex | 2E | 94 | 1D | 45 | 0 | 50 | 2A | 6F | 43 | 23 |
| Octal | 56 | 224 | 35 | 105 | 0 | 120 | 52 | 157 | 103 | 43 |
| Binary | 101110 | 10010100 | 11101 | 1000101 | 0 | 1010000 | 101010 | 1101111 | 1000011 | 100011 |
Color Harmonies of #2E941D
Complementary color
Monochromatic Colors of #2E941D
Black with #2E941D
Text Example
Text Example
White with #2E941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E941D; }
p { color: rgb(46,148,29); }
H1.HeaderClassName
{
color: #2E941D;
}
.AnyTagClassName
{
color: #2E941D;
}
</style>
background-color css
<style>
a { background-color: #2E941D; }
a { background-color: rgb(46,148,29); }
div.DivClassName
{
background-color: #2E941D;
}
.BgClassName
{
background-color: #2E941D;
}
</style>
border-color css
<style>
span { border-color: #2E941D; }
span { border-color: rgb(46,148,29); }
td.TdClassName
{
border-color: #2E941D;
}
.TagClassName
{
border-color: #2E941D;
}
</style>