#2EAB2A

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

Shades of Forest Green #2EAB2A

Tints of Forest Green #2EAB2A

Color information

#2EAB2A (or 0x2EAB2A) is unknown color: approx Forest Green. HEX triplet: 2E, AB and 2A. RGB value is (46,171,42). Sum of RGB (Red+Green+Blue) = 46+171+42=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 171 (67.19% from 255 or 66.02% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAB2A is #D154D5. Grayscale: #777777. Windows color (decimal): -13718742 or 2796334. OLE color: 2796334.

HSL color Cylindrical-coordinate representation of color #2EAB2A: hue angle of 118.14º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EAB2A is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB4617142-
CMYK0.7300.750.33
HSL118.14º60.56%41.76%-
HSV(B)118.14º75.44%67.06%-
XYZ16.1129.877.11-
YUV118.9284.5975.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.76%
GREEN value IS 171 (67.19% from 255) = 66.02%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=17.76%
G=66.02%
B=16.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46171420.7300.750.33118.1460.5641.76
Hex2EAB2A4904B21763d2a
Octal56253521110113411667552
Binary101110101010111010101001001010010111000011110110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,171,42); }

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

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

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

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

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

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

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