Shades of Forest Green #2E950D
Tints of Forest Green #2E950D
RGB
CMYK
RGB Variations
Color information
#2E950D (or 0x2E950D) is known color: Forest Green. HEX triplet: 2E, 95 and 0D. RGB value is (46,149,13). Sum of RGB (Red+Green+Blue) = 46+149+13=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 149 (58.59% from 255 or 71.63% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 149 - color contains mainly: green. Hex color #2E950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E950D is #D16AF2. Grayscale: #676767. Windows color (decimal): -13724403 or 890158. OLE color: 890158.
HSL color Cylindrical-coordinate representation of color #2E950D: hue angle of 105.44º degrees, saturation: 0.84, 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 #2E950D is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 13 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.42 |
| HSL | 105.44º | 0.84% | 0.32% | - |
| HSV(B) | 105.44º | 0.91% | 0.58% | - |
| XYZ | 11.95 | 22.1 | 4.02 | - |
| YUV | 102.7 | 77.38 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 13 | 0.69 | 0 | 0.91 | 0.42 | 105.44 | 0.84 | 0.32 |
| Hex | 2E | 95 | D | 45 | 0 | 5B | 2A | 69 | 54 | 20 |
| Octal | 56 | 225 | 15 | 105 | 0 | 133 | 52 | 151 | 124 | 40 |
| Binary | 101110 | 10010101 | 1101 | 1000101 | 0 | 1011011 | 101010 | 1101001 | 1010100 | 100000 |
Color Harmonies of #2E950D
Complementary color
Monochromatic Colors of #2E950D
Black with #2E950D
Text Example
Text Example
White with #2E950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E950D; }
p { color: rgb(46,149,13); }
H1.HeaderClassName
{
color: #2E950D;
}
.AnyTagClassName
{
color: #2E950D;
}
</style>
background-color css
<style>
a { background-color: #2E950D; }
a { background-color: rgb(46,149,13); }
div.DivClassName
{
background-color: #2E950D;
}
.BgClassName
{
background-color: #2E950D;
}
</style>
border-color css
<style>
span { border-color: #2E950D; }
span { border-color: rgb(46,149,13); }
td.TdClassName
{
border-color: #2E950D;
}
.TagClassName
{
border-color: #2E950D;
}
</style>