Shades of Forest Green #2E990F
Tints of Forest Green #2E990F
RGB
CMYK
RGB Variations
Color information
#2E990F (or 0x2E990F) is known color: Forest Green. HEX triplet: 2E, 99 and 0F. RGB value is (46,153,15). Sum of RGB (Red+Green+Blue) = 46+153+15=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 153 (60.16% from 255 or 71.50% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 153 - color contains mainly: green. Hex color #2E990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E990F is #D166F0. Grayscale: #696969. Windows color (decimal): -13723377 or 1022254. OLE color: 1022254.
HSL color Cylindrical-coordinate representation of color #2E990F: hue angle of 106.52º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E990F is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 153 | 15 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.4 |
| HSL | 106.52º | 0.82% | 0.33% | - |
| HSV(B) | 106.52º | 0.9% | 0.6% | - |
| XYZ | 12.6 | 23.4 | 4.3 | - |
| YUV | 105.28 | 77.05 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 15 | 0.70 | 0 | 0.90 | 0.4 | 106.52 | 0.82 | 0.33 |
| Hex | 2E | 99 | F | 46 | 0 | 5A | 28 | 6B | 52 | 21 |
| Octal | 56 | 231 | 17 | 106 | 0 | 132 | 50 | 153 | 122 | 41 |
| Binary | 101110 | 10011001 | 1111 | 1000110 | 0 | 1011010 | 101000 | 1101011 | 1010010 | 100001 |
Color Harmonies of #2E990F
Complementary color
Monochromatic Colors of #2E990F
Black with #2E990F
Text Example
Text Example
White with #2E990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E990F; }
p { color: rgb(46,153,15); }
H1.HeaderClassName
{
color: #2E990F;
}
.AnyTagClassName
{
color: #2E990F;
}
</style>
background-color css
<style>
a { background-color: #2E990F; }
a { background-color: rgb(46,153,15); }
div.DivClassName
{
background-color: #2E990F;
}
.BgClassName
{
background-color: #2E990F;
}
</style>
border-color css
<style>
span { border-color: #2E990F; }
span { border-color: rgb(46,153,15); }
td.TdClassName
{
border-color: #2E990F;
}
.TagClassName
{
border-color: #2E990F;
}
</style>