Shades of Forest Green #2E9B1D
Tints of Forest Green #2E9B1D
RGB
CMYK
RGB Variations
Color information
#2E9B1D (or 0x2E9B1D) is known color: Forest Green. HEX triplet: 2E, 9B and 1D. RGB value is (46,155,29). Sum of RGB (Red+Green+Blue) = 46+155+29=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 155 (60.94% from 255 or 67.39% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 155 - color contains mainly: green. Hex color #2E9B1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9B1D is #D164E2. Grayscale: #6C6C6C. Windows color (decimal): -13722851 or 1940270. OLE color: 1940270.
HSL color Cylindrical-coordinate representation of color #2E9B1D: hue angle of 111.9º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E9B1D is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 155 | 29 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.39 |
| HSL | 111.9º | 0.68% | 0.36% | - |
| HSV(B) | 111.9º | 0.81% | 0.61% | - |
| XYZ | 13.07 | 24.11 | 5.13 | - |
| YUV | 108.05 | 83.39 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 29 | 0.70 | 0 | 0.81 | 0.39 | 111.9 | 0.68 | 0.36 |
| Hex | 2E | 9B | 1D | 46 | 0 | 51 | 27 | 70 | 44 | 24 |
| Octal | 56 | 233 | 35 | 106 | 0 | 121 | 47 | 160 | 104 | 44 |
| Binary | 101110 | 10011011 | 11101 | 1000110 | 0 | 1010001 | 100111 | 1110000 | 1000100 | 100100 |
Color Harmonies of #2E9B1D
Complementary color
Monochromatic Colors of #2E9B1D
Black with #2E9B1D
Text Example
Text Example
White with #2E9B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9B1D; }
p { color: rgb(46,155,29); }
H1.HeaderClassName
{
color: #2E9B1D;
}
.AnyTagClassName
{
color: #2E9B1D;
}
</style>
background-color css
<style>
a { background-color: #2E9B1D; }
a { background-color: rgb(46,155,29); }
div.DivClassName
{
background-color: #2E9B1D;
}
.BgClassName
{
background-color: #2E9B1D;
}
</style>
border-color css
<style>
span { border-color: #2E9B1D; }
span { border-color: rgb(46,155,29); }
td.TdClassName
{
border-color: #2E9B1D;
}
.TagClassName
{
border-color: #2E9B1D;
}
</style>