#2EA128

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

Shades of Forest Green #2EA128

Tints of Forest Green #2EA128

Color information

#2EA128 (or 0x2EA128) is unknown color: approx Forest Green. HEX triplet: 2E, A1 and 28. RGB value is (46,161,40). Sum of RGB (Red+Green+Blue) = 46+161+40=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 161 (63.28% from 255 or 65.18% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA128 is #D15ED7. Grayscale: #717171. Windows color (decimal): -13721304 or 2662702. OLE color: 2662702.

HSL color Cylindrical-coordinate representation of color #2EA128: hue angle of 117.02º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EA128 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB4616140-
CMYK0.7100.750.37
HSL117.02º60.2%39.41%-
HSV(B)117.02º75.16%63.14%-
XYZ14.2526.226.32-
YUV112.8286.980.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 161 (63.28% from 255) = 65.18%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=18.62%
G=65.18%
B=16.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46161400.7100.750.37117.0260.239.41
Hex2EA1284704B25753c27
Octal56241501070113451657447
Binary101110101000011010001000111010010111001011110101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,161,40); }

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

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

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

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

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

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

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