#2E952C

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

Shades of Forest Green #2E952C

Tints of Forest Green #2E952C

Color information

#2E952C (or 0x2E952C) is unknown color: approx Forest Green. HEX triplet: 2E, 95 and 2C. RGB value is (46,149,44). Sum of RGB (Red+Green+Blue) = 46+149+44=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #2E952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E952C is #D16AD3. Grayscale: #6A6A6A. Windows color (decimal): -13724372 or 2921774. OLE color: 2921774.

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

Color convert

RGB4614944-
CMYK0.6900.700.42
HSL118.86º54.4%37.84%-
HSV(B)118.86º70.47%58.43%-
XYZ12.3322.266.03-
YUV106.2392.8885.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 149 (58.59% from 255) = 62.34%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=19.25%
G=62.34%
B=18.41%

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
Decimal46149440.6900.700.42118.8654.437.84
Hex2E952C450462A773626
Octal56225541050106521676646
Binary101110100101011011001000101010001101010101110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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