#2EAA20

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

Shades of Forest Green #2EAA20

Tints of Forest Green #2EAA20

Color information

#2EAA20 (or 0x2EAA20) is unknown color: approx Forest Green. HEX triplet: 2E, AA and 20. RGB value is (46,170,32). Sum of RGB (Red+Green+Blue) = 46+170+32=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA20 is #D155DF. Grayscale: #757575. Windows color (decimal): -13719008 or 2140718. OLE color: 2140718.

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

Color convert

RGB4617032-
CMYK0.7300.810.33
HSL113.91º68.32%39.61%-
HSV(B)113.91º81.18%66.67%-
XYZ15.7629.436.22-
YUV117.1979.9277.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 170 (66.80% from 255) = 68.55%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=18.55%
G=68.55%
B=12.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170320.7300.810.33113.9168.3239.61
Hex2EAA204905121724428
Octal562524011101214116210450
Binary1011101010101010000010010010101000110000111100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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