#2EA226

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

Shades of Forest Green #2EA226

Tints of Forest Green #2EA226

Color information

#2EA226 (or 0x2EA226) is unknown color: approx Forest Green. HEX triplet: 2E, A2 and 26. RGB value is (46,162,38). Sum of RGB (Red+Green+Blue) = 46+162+38=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA226 is #D15DD9. Grayscale: #717171. Windows color (decimal): -13721050 or 2531886. OLE color: 2531886.

HSL color Cylindrical-coordinate representation of color #2EA226: hue angle of 116.13º degrees, saturation: 0.62, 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 #2EA226 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB4616238-
CMYK0.7200.770.36
HSL116.13º62%39.22%-
HSV(B)116.13º76.54%63.53%-
XYZ14.426.566.2-
YUV113.1885.5780.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 162 (63.67% from 255) = 65.85%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=18.70%
G=65.85%
B=15.45%

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
Decimal46162380.7200.770.36116.136239.22
Hex2EA2264804D24743e27
Octal56242461100115441647647
Binary101110101000101001101001000010011011001001110100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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