#2EA12A

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

Shades of Forest Green #2EA12A

Tints of Forest Green #2EA12A

Color information

#2EA12A (or 0x2EA12A) is unknown color: approx Forest Green. HEX triplet: 2E, A1 and 2A. RGB value is (46,161,42). Sum of RGB (Red+Green+Blue) = 46+161+42=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 161 (63.28% from 255 or 64.66% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA12A is #D15ED5. Grayscale: #717171. Windows color (decimal): -13721302 or 2793774. OLE color: 2793774.

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

Color convert

RGB4616142-
CMYK0.7100.740.37
HSL117.98º58.62%39.8%-
HSV(B)117.98º73.91%63.14%-
XYZ14.2926.246.5-
YUV113.0587.980.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 161 (63.28% from 255) = 64.66%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=18.47%
G=64.66%
B=16.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46161420.7100.740.37117.9858.6239.8
Hex2EA12A4704A25763b28
Octal56241521070112451667350
Binary101110101000011010101000111010010101001011110110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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