#2E972E

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

Shades of Forest Green #2E972E

Tints of Forest Green #2E972E

Color information

#2E972E (or 0x2E972E) is unknown color: approx Forest Green. HEX triplet: 2E, 97 and 2E. RGB value is (46,151,46). Sum of RGB (Red+Green+Blue) = 46+151+46=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #2E972E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E972E is #D168D1. Grayscale: #6B6B6B. Windows color (decimal): -13723858 or 3053358. OLE color: 3053358.

HSL color Cylindrical-coordinate representation of color #2E972E: hue angle of 120º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E972E is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB4615146-
CMYK0.7000.700.41
HSL120º53.3%38.63%-
HSV(B)120º69.54%59.22%-
XYZ12.6922.916.34-
YUV107.6493.2184.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 151 (59.38% from 255) = 62.14%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=18.93%
G=62.14%
B=18.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46151460.7000.700.4112053.338.63
Hex2E972E4604629783527
Octal56227561060106511706547
Binary101110100101111011101000110010001101010011111000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,151,46); }

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

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

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

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

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

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

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