#2EA82A

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

Shades of Forest Green #2EA82A

Tints of Forest Green #2EA82A

Color information

#2EA82A (or 0x2EA82A) is unknown color: approx Forest Green. HEX triplet: 2E, A8 and 2A. RGB value is (46,168,42). Sum of RGB (Red+Green+Blue) = 46+168+42=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 168 (66.02% from 255 or 65.62% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA82A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA82A is #D157D5. Grayscale: #757575. Windows color (decimal): -13719510 or 2795566. OLE color: 2795566.

HSL color Cylindrical-coordinate representation of color #2EA82A: hue angle of 118.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EA82A is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB4616842-
CMYK0.7300.750.34
HSL118.1º60%41.18%-
HSV(B)118.1º75%65.88%-
XYZ15.5528.756.92-
YUV117.1685.5877.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.97%
GREEN value IS 168 (66.02% from 255) = 65.62%
BLUE value IS 42 (16.80% from 255) = 16.41%
R=17.97%
G=65.62%
B=16.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46168420.7300.750.34118.16041.18
Hex2EA82A4904B22763c29
Octal56250521110113421667451
Binary101110101010001010101001001010010111000101110110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,168,42); }

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

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

 a { background-color: rgb(46,168,42); }

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

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

 span { border-color: rgb(46,168,42); }

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