Shades of Forest Green #2E932F
Tints of Forest Green #2E932F
RGB
CMYK
RGB Variations
Color information
#2E932F (or 0x2E932F) is known color: Forest Green. HEX triplet: 2E, 93 and 2F. RGB value is (46,147,47). Sum of RGB (Red+Green+Blue) = 46+147+47=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #2E932F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E932F is #D16CD0. Grayscale: #696969. Windows color (decimal): -13724881 or 3117870. OLE color: 3117870.
HSL color Cylindrical-coordinate representation of color #2E932F: hue angle of 120.59º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E932F is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 147 | 47 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.42 |
| HSL | 120.59º | 0.52% | 0.38% | - |
| HSV(B) | 120.59º | 0.69% | 0.58% | - |
| XYZ | 12.07 | 21.65 | 6.23 | - |
| YUV | 105.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 147 | 47 | 0.69 | 0 | 0.68 | 0.42 | 120.59 | 0.52 | 0.38 |
| Hex | 2E | 93 | 2F | 45 | 0 | 44 | 2A | 79 | 34 | 26 |
| Octal | 56 | 223 | 57 | 105 | 0 | 104 | 52 | 171 | 64 | 46 |
| Binary | 101110 | 10010011 | 101111 | 1000101 | 0 | 1000100 | 101010 | 1111001 | 110100 | 100110 |
Color Harmonies of #2E932F
Complementary color
Monochromatic Colors of #2E932F
Black with #2E932F
Text Example
Text Example
White with #2E932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E932F; }
p { color: rgb(46,147,47); }
H1.HeaderClassName
{
color: #2E932F;
}
.AnyTagClassName
{
color: #2E932F;
}
</style>
background-color css
<style>
a { background-color: #2E932F; }
a { background-color: rgb(46,147,47); }
div.DivClassName
{
background-color: #2E932F;
}
.BgClassName
{
background-color: #2E932F;
}
</style>
border-color css
<style>
span { border-color: #2E932F; }
span { border-color: rgb(46,147,47); }
td.TdClassName
{
border-color: #2E932F;
}
.TagClassName
{
border-color: #2E932F;
}
</style>