#2EA625

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

Shades of Forest Green #2EA625

Tints of Forest Green #2EA625

Color information

#2EA625 (or 0x2EA625) is unknown color: approx Forest Green. HEX triplet: 2E, A6 and 25. RGB value is (46,166,37). Sum of RGB (Red+Green+Blue) = 46+166+37=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 166 (65.23% from 255 or 66.67% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA625 is #D159DA. Grayscale: #737373. Windows color (decimal): -13720027 or 2467374. OLE color: 2467374.

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

Color convert

RGB4616637-
CMYK0.7200.780.35
HSL115.81º63.55%39.8%-
HSV(B)115.81º77.71%65.1%-
XYZ15.127.996.36-
YUV115.4183.7478.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 166 (65.23% from 255) = 66.67%
BLUE value IS 37 (14.84% from 255) = 14.86%
R=18.47%
G=66.67%
B=14.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46166370.7200.780.35115.8163.5539.8
Hex2EA6254804E23744028
Octal562464511001164316410050
Binary1011101010011010010110010000100111010001111101001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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