#2E8229

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

Shades of Forest Green #2E8229

Tints of Forest Green #2E8229

Color information

#2E8229 (or 0x2E8229) is unknown color: approx Forest Green. HEX triplet: 2E, 82 and 29. RGB value is (46,130,41). Sum of RGB (Red+Green+Blue) = 46+130+41=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8229 is #D17DD6. Grayscale: #5F5F5F. Windows color (decimal): -13729239 or 2720302. OLE color: 2720302.

HSL color Cylindrical-coordinate representation of color #2E8229: hue angle of 116.63º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8229 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB4613041-
CMYK0.6500.680.49
HSL116.63º52.05%33.53%-
HSV(B)116.63º68.46%50.98%-
XYZ9.5116.714.82-
YUV94.7497.6793.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.20%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=21.20%
G=59.91%
B=18.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46130410.6500.680.49116.6352.0533.53
Hex2E82294104431753422
Octal56202511010104611656442
Binary101110100000101010011000001010001001100011110101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,41); }

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

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

 a { background-color: rgb(46,130,41); }

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

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

 span { border-color: rgb(46,130,41); }

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