Shades of Forest Green #2E990D
Tints of Forest Green #2E990D
RGB
CMYK
RGB Variations
Color information
#2E990D (or 0x2E990D) is known color: Forest Green. HEX triplet: 2E, 99 and 0D. RGB value is (46,153,13). Sum of RGB (Red+Green+Blue) = 46+153+13=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 153 (60.16% from 255 or 72.17% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 153 - color contains mainly: green. Hex color #2E990D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E990D is #D166F2. Grayscale: #696969. Windows color (decimal): -13723379 or 891182. OLE color: 891182.
HSL color Cylindrical-coordinate representation of color #2E990D: hue angle of 105.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E990D is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 153 | 13 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.4 |
| HSL | 105.86º | 0.84% | 0.33% | - |
| HSV(B) | 105.86º | 0.92% | 0.6% | - |
| XYZ | 12.59 | 23.39 | 4.23 | - |
| YUV | 105.05 | 76.05 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 13 | 0.70 | 0 | 0.92 | 0.4 | 105.86 | 0.84 | 0.33 |
| Hex | 2E | 99 | D | 46 | 0 | 5C | 28 | 6A | 54 | 21 |
| Octal | 56 | 231 | 15 | 106 | 0 | 134 | 50 | 152 | 124 | 41 |
| Binary | 101110 | 10011001 | 1101 | 1000110 | 0 | 1011100 | 101000 | 1101010 | 1010100 | 100001 |
Color Harmonies of #2E990D
Complementary color
Monochromatic Colors of #2E990D
Black with #2E990D
Text Example
Text Example
White with #2E990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E990D; }
p { color: rgb(46,153,13); }
H1.HeaderClassName
{
color: #2E990D;
}
.AnyTagClassName
{
color: #2E990D;
}
</style>
background-color css
<style>
a { background-color: #2E990D; }
a { background-color: rgb(46,153,13); }
div.DivClassName
{
background-color: #2E990D;
}
.BgClassName
{
background-color: #2E990D;
}
</style>
border-color css
<style>
span { border-color: #2E990D; }
span { border-color: rgb(46,153,13); }
td.TdClassName
{
border-color: #2E990D;
}
.TagClassName
{
border-color: #2E990D;
}
</style>