#2E841F

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

Shades of Forest Green #2E841F

Tints of Forest Green #2E841F

Color information

#2E841F (or 0x2E841F) is unknown color: approx Forest Green. HEX triplet: 2E, 84 and 1F. RGB value is (46,132,31). Sum of RGB (Red+Green+Blue) = 46+132+31=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 132 (51.95% from 255 or 63.16% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 132 - color contains mainly: green. Hex color #2E841F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E841F is #D17BE0. Grayscale: #5F5F5F. Windows color (decimal): -13728737 or 2065454. OLE color: 2065454.

HSL color Cylindrical-coordinate representation of color #2E841F: hue angle of 111.09º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E841F is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB4613231-
CMYK0.6500.770.48
HSL111.09º61.96%31.96%-
HSV(B)111.09º76.52%51.76%-
XYZ9.6317.184.11-
YUV94.7792.0193.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 132 (51.95% from 255) = 63.16%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=22.01%
G=63.16%
B=14.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46132310.6500.770.48111.0961.9631.96
Hex2E841F4104D306f3e20
Octal56204371010115601577640
Binary10111010000100111111000001010011011100001101111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,31); }

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

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

 a { background-color: rgb(46,132,31); }

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

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

 span { border-color: rgb(46,132,31); }

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