#2EA628

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

Shades of Forest Green #2EA628

Tints of Forest Green #2EA628

Color information

#2EA628 (or 0x2EA628) is unknown color: approx Forest Green. HEX triplet: 2E, A6 and 28. RGB value is (46,166,40). Sum of RGB (Red+Green+Blue) = 46+166+40=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 166 (65.23% from 255 or 65.87% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA628 is #D159D7. Grayscale: #747474. Windows color (decimal): -13720024 or 2663982. OLE color: 2663982.

HSL color Cylindrical-coordinate representation of color #2EA628: hue angle of 117.14º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EA628 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB4616640-
CMYK0.7200.760.35
HSL117.14º61.17%40.39%-
HSV(B)117.14º75.9%65.1%-
XYZ15.1528.016.62-
YUV115.7685.2478.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 166 (65.23% from 255) = 65.87%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=18.25%
G=65.87%
B=15.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46166400.7200.760.35117.1461.1740.39
Hex2EA6284804C23753d28
Octal56246501100114431657550
Binary101110101001101010001001000010011001000111110101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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