#2EA016

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

Shades of Forest Green #2EA016

Tints of Forest Green #2EA016

Color information

#2EA016 (or 0x2EA016) is unknown color: approx Forest Green. HEX triplet: 2E, A0 and 16. RGB value is (46,160,22). Sum of RGB (Red+Green+Blue) = 46+160+22=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 160 (62.89% from 255 or 70.18% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA016 is #D15FE9. Grayscale: #6E6E6E. Windows color (decimal): -13721578 or 1482798. OLE color: 1482798.

HSL color Cylindrical-coordinate representation of color #2EA016: hue angle of 109.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EA016 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB4616022-
CMYK0.7100.860.37
HSL109.57º75.82%35.69%-
HSV(B)109.57º86.25%62.75%-
XYZ13.8425.785.01-
YUV110.1878.2382.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.18%
GREEN value IS 160 (62.89% from 255) = 70.18%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=20.18%
G=70.18%
B=9.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46160220.7100.860.37109.5775.8235.69
Hex2EA01647056256e4c24
Octal562402610701264515611444
Binary101110101000001011010001110101011010010111011101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,160,22); }

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

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

 a { background-color: rgb(46,160,22); }

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

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

 span { border-color: rgb(46,160,22); }

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