#2EA626

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

Shades of Forest Green #2EA626

Tints of Forest Green #2EA626

Color information

#2EA626 (or 0x2EA626) is unknown color: approx Forest Green. HEX triplet: 2E, A6 and 26. RGB value is (46,166,38). Sum of RGB (Red+Green+Blue) = 46+166+38=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 166 (65.23% from 255 or 66.4% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA626 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA626 is #D159D9. Grayscale: #737373. Windows color (decimal): -13720026 or 2532910. OLE color: 2532910.

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

Color convert

RGB4616638-
CMYK0.7200.770.35
HSL116.25º62.75%40%-
HSV(B)116.25º77.11%65.1%-
XYZ15.1127.996.44-
YUV115.5384.2478.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 166 (65.23% from 255) = 66.4%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=18.4%
G=66.4%
B=15.2%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46166380.7200.770.35116.2562.7540
Hex2EA6264804D23743f28
Octal56246461100115431647750
Binary101110101001101001101001000010011011000111110100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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