#2ea421

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

Shades of Forest Green #2EA421

Tints of Forest Green #2EA421

Color information

#2EA421 (or 0x2EA421) is unknown color: approx Forest Green. HEX triplet: 2E, A4 and 21. RGB value is (46,164,33). Sum of RGB (Red+Green+Blue) = 46+164+33=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 164 (64.45% from 255 or 67.49% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA421 is #D15BDE. Grayscale: #727272. Windows color (decimal): -13720543 or 2204718. OLE color: 2204718.

HSL color Cylindrical-coordinate representation of color #2EA421: hue angle of 114.05º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EA421 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB4616433-
CMYK0.7200.800.36
HSL114.05º66.5%38.63%-
HSV(B)114.05º79.88%64.31%-
XYZ14.6827.245.92-
YUV113.7882.4179.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 164 (64.45% from 255) = 67.49%
BLUE value IS 33 (13.28% from 255) = 13.58%
R=18.93%
G=67.49%
B=13.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46164330.7200.800.36114.0566.538.63
Hex2EA4214805024724227
Octal562444111001204416210247
Binary1011101010010010000110010000101000010010011100101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ea421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,164,33); }

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

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

 a { background-color: rgb(46,164,33); }

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

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

 span { border-color: rgb(46,164,33); }

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