#2EA017

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

Shades of Forest Green #2EA017

Tints of Forest Green #2EA017

Color information

#2EA017 (or 0x2EA017) is unknown color: approx Forest Green. HEX triplet: 2E, A0 and 17. RGB value is (46,160,23). Sum of RGB (Red+Green+Blue) = 46+160+23=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA017 is #D15FE8. Grayscale: #6E6E6E. Windows color (decimal): -13721577 or 1548334. OLE color: 1548334.

HSL color Cylindrical-coordinate representation of color #2EA017: hue angle of 109.93º degrees, saturation: 0.75, 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 #2EA017 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB4616023-
CMYK0.7100.860.37
HSL109.93º74.86%35.88%-
HSV(B)109.93º85.62%62.75%-
XYZ13.8525.785.06-
YUV110.378.7382.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.09%
GREEN value IS 160 (62.89% from 255) = 69.87%
BLUE value IS 23 (9.38% from 255) = 10.04%
R=20.09%
G=69.87%
B=10.04%

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
Decimal46160230.7100.860.37109.9374.8635.88
Hex2EA01747056256e4b24
Octal562402710701264515611344
Binary101110101000001011110001110101011010010111011101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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