#2E821F

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

Shades of Forest Green #2E821F

Tints of Forest Green #2E821F

Color information

#2E821F (or 0x2E821F) is unknown color: approx Forest Green. HEX triplet: 2E, 82 and 1F. RGB value is (46,130,31). Sum of RGB (Red+Green+Blue) = 46+130+31=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #2E821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E821F is #D17DE0. Grayscale: #5D5D5D. Windows color (decimal): -13729249 or 2064942. OLE color: 2064942.

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

Color convert

RGB4613031-
CMYK0.6500.760.49
HSL110.91º61.49%31.57%-
HSV(B)110.91º76.15%50.98%-
XYZ9.3616.654.02-
YUV93.692.6794.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.22%
GREEN value IS 130 (51.17% from 255) = 62.80%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=22.22%
G=62.80%
B=14.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46130310.6500.760.49110.9161.4931.57
Hex2E821F4104C316f3d20
Octal56202371010114611577540
Binary10111010000010111111000001010011001100011101111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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