#2E932C

Color #2E932C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2E932C

Tints of Forest Green #2E932C

Color information

#2E932C (or 0x2E932C) is unknown color: approx Forest Green. HEX triplet: 2E, 93 and 2C. RGB value is (46,147,44). Sum of RGB (Red+Green+Blue) = 46+147+44=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 147 (57.81% from 255 or 62.03% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 147 - color contains mainly: green. Hex color #2E932C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E932C is #D16CD3. Grayscale: #696969. Windows color (decimal): -13724884 or 2921262. OLE color: 2921262.

HSL color Cylindrical-coordinate representation of color #2E932C: hue angle of 118.83º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E932C is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB4614744-
CMYK0.6900.700.42
HSL118.83º53.93%37.45%-
HSV(B)118.83º70.07%57.65%-
XYZ12.0221.635.92-
YUV105.0693.5485.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 147 (57.81% from 255) = 62.03%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=19.41%
G=62.03%
B=18.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46147440.6900.700.42118.8353.9337.45
Hex2E932C450462A773625
Octal56223541050106521676645
Binary101110100100111011001000101010001101010101110111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E932C; }

 p { color: rgb(46,147,44); }

 H1.HeaderClassName
 {
   color: #2E932C;
 }
 .AnyTagClassName
 {
   color: #2E932C;
 }
</style>
background-color css

<style>
 a { background-color: #2E932C; }

 a { background-color: rgb(46,147,44); }

 div.DivClassName
 {
   background-color: #2E932C;
 }
 .BgClassName
 {
   background-color: #2E932C;
 }
</style>
border-color css

<style>
 span { border-color: #2E932C; }

 span { border-color: rgb(46,147,44); }

 td.TdClassName
 {
   border-color: #2E932C;
 }
 .TagClassName
 {
   border-color: #2E932C;
 }
</style>