#2EAA1A

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

Shades of Forest Green #2EAA1A

Tints of Forest Green #2EAA1A

Color information

#2EAA1A (or 0x2EAA1A) is unknown color: approx Forest Green. HEX triplet: 2E, AA and 1A. RGB value is (46,170,26). Sum of RGB (Red+Green+Blue) = 46+170+26=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA1A is #D155E5. Grayscale: #747474. Windows color (decimal): -13719014 or 1747502. OLE color: 1747502.

HSL color Cylindrical-coordinate representation of color #2EAA1A: hue angle of 111.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EAA1A is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB4617026-
CMYK0.7300.850.33
HSL111.67º73.47%38.43%-
HSV(B)111.67º84.71%66.67%-
XYZ15.6929.45.83-
YUV116.5176.9277.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 170 (66.80% from 255) = 70.25%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=19.01%
G=70.25%
B=10.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170260.7300.850.33111.6773.4738.43
Hex2EAA1A4905521704926
Octal562523211101254116011146
Binary101110101010101101010010010101010110000111100001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,26); }

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

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

 a { background-color: rgb(46,170,26); }

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

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

 span { border-color: rgb(46,170,26); }

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