#2EA127

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

Shades of Forest Green #2EA127

Tints of Forest Green #2EA127

Color information

#2EA127 (or 0x2EA127) is unknown color: approx Forest Green. HEX triplet: 2E, A1 and 27. RGB value is (46,161,39). Sum of RGB (Red+Green+Blue) = 46+161+39=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA127 is #D15ED8. Grayscale: #717171. Windows color (decimal): -13721305 or 2597166. OLE color: 2597166.

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

Color convert

RGB4616139-
CMYK0.7100.760.37
HSL116.56º61%39.22%-
HSV(B)116.56º75.78%63.14%-
XYZ14.2426.226.23-
YUV112.7186.480.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 161 (63.28% from 255) = 65.45%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=18.70%
G=65.45%
B=15.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46161390.7100.760.37116.566139.22
Hex2EA1274704C25753d27
Octal56241471070114451657547
Binary101110101000011001111000111010011001001011110101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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