#2EA015

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

Shades of Forest Green #2EA015

Tints of Forest Green #2EA015

Color information

#2EA015 (or 0x2EA015) is unknown color: approx Forest Green. HEX triplet: 2E, A0 and 15. RGB value is (46,160,21). Sum of RGB (Red+Green+Blue) = 46+160+21=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 160 (62.89% from 255 or 70.48% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA015 is #D15FEA. Grayscale: #6E6E6E. Windows color (decimal): -13721579 or 1417262. OLE color: 1417262.

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

Color convert

RGB4616021-
CMYK0.7100.870.37
HSL109.21º76.8%35.49%-
HSV(B)109.21º86.87%62.75%-
XYZ13.8325.784.96-
YUV110.0777.7382.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 160 (62.89% from 255) = 70.48%
BLUE value IS 21 (8.59% from 255) = 9.25%
R=20.26%
G=70.48%
B=9.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46160210.7100.870.37109.2176.835.49
Hex2EA01547057256d4d23
Octal562402510701274515511543
Binary101110101000001010110001110101011110010111011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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