Shades of Forest Green #2E9423
Tints of Forest Green #2E9423
RGB
CMYK
RGB Variations
Color information
#2E9423 (or 0x2E9423) is known color: Forest Green. HEX triplet: 2E, 94 and 23. RGB value is (46,148,35). Sum of RGB (Red+Green+Blue) = 46+148+35=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9423 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9423 is #D16BDC. Grayscale: #686868. Windows color (decimal): -13724637 or 2331694. OLE color: 2331694.
HSL color Cylindrical-coordinate representation of color #2E9423: hue angle of 114.16º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E9423 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 35 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.42 |
| HSL | 114.16º | 0.62% | 0.36% | - |
| HSV(B) | 114.16º | 0.76% | 0.58% | - |
| XYZ | 12.02 | 21.88 | 5.18 | - |
| YUV | 104.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 35 | 0.69 | 0 | 0.76 | 0.42 | 114.16 | 0.62 | 0.36 |
| Hex | 2E | 94 | 23 | 45 | 0 | 4C | 2A | 72 | 3E | 24 |
| Octal | 56 | 224 | 43 | 105 | 0 | 114 | 52 | 162 | 76 | 44 |
| Binary | 101110 | 10010100 | 100011 | 1000101 | 0 | 1001100 | 101010 | 1110010 | 111110 | 100100 |
Color Harmonies of #2E9423
Complementary color
Monochromatic Colors of #2E9423
Black with #2E9423
Text Example
Text Example
White with #2E9423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9423; }
p { color: rgb(46,148,35); }
H1.HeaderClassName
{
color: #2E9423;
}
.AnyTagClassName
{
color: #2E9423;
}
</style>
background-color css
<style>
a { background-color: #2E9423; }
a { background-color: rgb(46,148,35); }
div.DivClassName
{
background-color: #2E9423;
}
.BgClassName
{
background-color: #2E9423;
}
</style>
border-color css
<style>
span { border-color: #2E9423; }
span { border-color: rgb(46,148,35); }
td.TdClassName
{
border-color: #2E9423;
}
.TagClassName
{
border-color: #2E9423;
}
</style>