Shades of Forest Green #2E9426
Tints of Forest Green #2E9426
RGB
CMYK
RGB Variations
Color information
#2E9426 (or 0x2E9426) is known color: Forest Green. HEX triplet: 2E, 94 and 26. RGB value is (46,148,38). Sum of RGB (Red+Green+Blue) = 46+148+38=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9426 is #D16BD9. Grayscale: #696969. Windows color (decimal): -13724634 or 2528302. OLE color: 2528302.
HSL color Cylindrical-coordinate representation of color #2E9426: hue angle of 115.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E9426 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 38 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.42 |
| HSL | 115.64º | 0.59% | 0.36% | - |
| HSV(B) | 115.64º | 0.74% | 0.58% | - |
| XYZ | 12.07 | 21.9 | 5.42 | - |
| YUV | 104.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 38 | 0.69 | 0 | 0.74 | 0.42 | 115.64 | 0.59 | 0.36 |
| Hex | 2E | 94 | 26 | 45 | 0 | 4A | 2A | 74 | 3B | 24 |
| Octal | 56 | 224 | 46 | 105 | 0 | 112 | 52 | 164 | 73 | 44 |
| Binary | 101110 | 10010100 | 100110 | 1000101 | 0 | 1001010 | 101010 | 1110100 | 111011 | 100100 |
Color Harmonies of #2E9426
Complementary color
Monochromatic Colors of #2E9426
Black with #2E9426
Text Example
Text Example
White with #2E9426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9426; }
p { color: rgb(46,148,38); }
H1.HeaderClassName
{
color: #2E9426;
}
.AnyTagClassName
{
color: #2E9426;
}
</style>
background-color css
<style>
a { background-color: #2E9426; }
a { background-color: rgb(46,148,38); }
div.DivClassName
{
background-color: #2E9426;
}
.BgClassName
{
background-color: #2E9426;
}
</style>
border-color css
<style>
span { border-color: #2E9426; }
span { border-color: rgb(46,148,38); }
td.TdClassName
{
border-color: #2E9426;
}
.TagClassName
{
border-color: #2E9426;
}
</style>