#2EA225

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

Shades of Forest Green #2EA225

Tints of Forest Green #2EA225

Color information

#2EA225 (or 0x2EA225) is unknown color: approx Forest Green. HEX triplet: 2E, A2 and 25. RGB value is (46,162,37). Sum of RGB (Red+Green+Blue) = 46+162+37=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA225 is #D15DDA. Grayscale: #717171. Windows color (decimal): -13721051 or 2466350. OLE color: 2466350.

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

Color convert

RGB4616237-
CMYK0.7200.770.36
HSL115.68º62.81%39.02%-
HSV(B)115.68º77.16%63.53%-
XYZ14.3826.566.12-
YUV113.0785.0780.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 162 (63.67% from 255) = 66.12%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=18.78%
G=66.12%
B=15.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162370.7200.770.36115.6862.8139.02
Hex2EA2254804D24743f27
Octal56242451100115441647747
Binary101110101000101001011001000010011011001001110100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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