#2EA228

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

Shades of Forest Green #2EA228

Tints of Forest Green #2EA228

Color information

#2EA228 (or 0x2EA228) is unknown color: approx Forest Green. HEX triplet: 2E, A2 and 28. RGB value is (46,162,40). Sum of RGB (Red+Green+Blue) = 46+162+40=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 162 (63.67% from 255 or 65.32% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA228 is #D15DD7. Grayscale: #717171. Windows color (decimal): -13721048 or 2662958. OLE color: 2662958.

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

Color convert

RGB4616240-
CMYK0.7200.750.36
HSL117.05º60.4%39.61%-
HSV(B)117.05º75.31%63.53%-
XYZ14.4326.576.38-
YUV113.4186.5779.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 162 (63.67% from 255) = 65.32%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=18.55%
G=65.32%
B=16.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162400.7200.750.36117.0560.439.61
Hex2EA2284804B24753c28
Octal56242501100113441657450
Binary101110101000101010001001000010010111001001110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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