Shades of Forest Green #2E940D
Tints of Forest Green #2E940D
RGB
CMYK
RGB Variations
Color information
#2E940D (or 0x2E940D) is known color: Forest Green. HEX triplet: 2E, 94 and 0D. RGB value is (46,148,13). Sum of RGB (Red+Green+Blue) = 46+148+13=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 148 (58.20% from 255 or 71.50% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 148 - color contains mainly: green. Hex color #2E940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E940D is #D16BF2. Grayscale: #666666. Windows color (decimal): -13724659 or 889902. OLE color: 889902.
HSL color Cylindrical-coordinate representation of color #2E940D: hue angle of 105.33º 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 #2E940D is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 13 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.42 |
| HSL | 105.33º | 0.84% | 0.32% | - |
| HSV(B) | 105.33º | 0.91% | 0.58% | - |
| XYZ | 11.79 | 21.79 | 3.97 | - |
| YUV | 102.11 | 77.71 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 13 | 0.69 | 0 | 0.91 | 0.42 | 105.33 | 0.84 | 0.32 |
| Hex | 2E | 94 | D | 45 | 0 | 5B | 2A | 69 | 54 | 20 |
| Octal | 56 | 224 | 15 | 105 | 0 | 133 | 52 | 151 | 124 | 40 |
| Binary | 101110 | 10010100 | 1101 | 1000101 | 0 | 1011011 | 101010 | 1101001 | 1010100 | 100000 |
Color Harmonies of #2E940D
Complementary color
Monochromatic Colors of #2E940D
Black with #2E940D
Text Example
Text Example
White with #2E940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E940D; }
p { color: rgb(46,148,13); }
H1.HeaderClassName
{
color: #2E940D;
}
.AnyTagClassName
{
color: #2E940D;
}
</style>
background-color css
<style>
a { background-color: #2E940D; }
a { background-color: rgb(46,148,13); }
div.DivClassName
{
background-color: #2E940D;
}
.BgClassName
{
background-color: #2E940D;
}
</style>
border-color css
<style>
span { border-color: #2E940D; }
span { border-color: rgb(46,148,13); }
td.TdClassName
{
border-color: #2E940D;
}
.TagClassName
{
border-color: #2E940D;
}
</style>