#2EA518

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

Shades of Forest Green #2EA518

Tints of Forest Green #2EA518

Color information

#2EA518 (or 0x2EA518) is unknown color: approx Forest Green. HEX triplet: 2E, A5 and 18. RGB value is (46,165,24). Sum of RGB (Red+Green+Blue) = 46+165+24=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 165 (64.84% from 255 or 70.21% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA518 is #D15AE7. Grayscale: #717171. Windows color (decimal): -13720296 or 1615150. OLE color: 1615150.

HSL color Cylindrical-coordinate representation of color #2EA518: hue angle of 110.64º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EA518 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB4616524-
CMYK0.7200.850.35
HSL110.64º74.6%37.06%-
HSV(B)110.64º85.45%64.71%-
XYZ14.7527.565.41-
YUV113.3477.5879.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 165 (64.84% from 255) = 70.21%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=19.57%
G=70.21%
B=10.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46165240.7200.850.35110.6474.637.06
Hex2EA51848055236f4b25
Octal562453011001254315711345
Binary101110101001011100010010000101010110001111011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,165,24); }

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

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

 a { background-color: rgb(46,165,24); }

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

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

 span { border-color: rgb(46,165,24); }

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