#2E9120

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

Shades of Forest Green #2E9120

Tints of Forest Green #2E9120

Color information

#2E9120 (or 0x2E9120) is unknown color: approx Forest Green. HEX triplet: 2E, 91 and 20. RGB value is (46,145,32). Sum of RGB (Red+Green+Blue) = 46+145+32=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 145 (57.03% from 255 or 65.02% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9120 is #D16EDF. Grayscale: #666666. Windows color (decimal): -13725408 or 2134318. OLE color: 2134318.

HSL color Cylindrical-coordinate representation of color #2E9120: hue angle of 112.57º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E9120 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB4614532-
CMYK0.6800.780.43
HSL112.57º63.84%34.71%-
HSV(B)112.57º77.93%56.86%-
XYZ11.5120.944.8-
YUV102.5288.287.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.63%
GREEN value IS 145 (57.03% from 255) = 65.02%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=20.63%
G=65.02%
B=14.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46145320.6800.780.43112.5763.8434.71
Hex2E91204404E2B714023
Octal562214010401165316110043
Binary1011101001000110000010001000100111010101111100011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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