#2EA52B

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

Shades of Forest Green #2EA52B

Tints of Forest Green #2EA52B

Color information

#2EA52B (or 0x2EA52B) is unknown color: approx Forest Green. HEX triplet: 2E, A5 and 2B. RGB value is (46,165,43). Sum of RGB (Red+Green+Blue) = 46+165+43=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 165 (64.84% from 255 or 64.96% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA52B is #D15AD4. Grayscale: #737373. Windows color (decimal): -13720277 or 2860334. OLE color: 2860334.

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

Color convert

RGB4616543-
CMYK0.7200.740.35
HSL118.52º58.65%40.78%-
HSV(B)118.52º73.94%64.71%-
XYZ15.0227.676.83-
YUV115.5187.0878.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 165 (64.84% from 255) = 64.96%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=18.11%
G=64.96%
B=16.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46165430.7200.740.35118.5258.6540.78
Hex2EA52B4804A23773b29
Octal56245531100112431677351
Binary101110101001011010111001000010010101000111110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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