Shades of Forest Green #2E940A
Tints of Forest Green #2E940A
RGB
CMYK
RGB Variations
Color information
#2E940A (or 0x2E940A) is known color: Forest Green. HEX triplet: 2E, 94 and 0A. RGB value is (46,148,10). Sum of RGB (Red+Green+Blue) = 46+148+10=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #2E940A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E940A is #D16BF5. Grayscale: #666666. Windows color (decimal): -13724662 or 693294. OLE color: 693294.
HSL color Cylindrical-coordinate representation of color #2E940A: hue angle of 104.35º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E940A is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 10 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.42 |
| HSL | 104.35º | 0.87% | 0.31% | - |
| HSV(B) | 104.35º | 0.93% | 0.58% | - |
| XYZ | 11.77 | 21.78 | 3.87 | - |
| YUV | 101.77 | 76.21 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 10 | 0.69 | 0 | 0.93 | 0.42 | 104.35 | 0.87 | 0.31 |
| Hex | 2E | 94 | A | 45 | 0 | 5D | 2A | 68 | 57 | 1F |
| Octal | 56 | 224 | 12 | 105 | 0 | 135 | 52 | 150 | 127 | 37 |
| Binary | 101110 | 10010100 | 1010 | 1000101 | 0 | 1011101 | 101010 | 1101000 | 1010111 | 11111 |
Color Harmonies of #2E940A
Complementary color
Monochromatic Colors of #2E940A
Black with #2E940A
Text Example
Text Example
White with #2E940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E940A; }
p { color: rgb(46,148,10); }
H1.HeaderClassName
{
color: #2E940A;
}
.AnyTagClassName
{
color: #2E940A;
}
</style>
background-color css
<style>
a { background-color: #2E940A; }
a { background-color: rgb(46,148,10); }
div.DivClassName
{
background-color: #2E940A;
}
.BgClassName
{
background-color: #2E940A;
}
</style>
border-color css
<style>
span { border-color: #2E940A; }
span { border-color: rgb(46,148,10); }
td.TdClassName
{
border-color: #2E940A;
}
.TagClassName
{
border-color: #2E940A;
}
</style>