#2E8E2F

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

Shades of Forest Green #2E8E2F

Tints of Forest Green #2E8E2F

Color information

#2E8E2F (or 0x2E8E2F) is unknown color: approx Forest Green. HEX triplet: 2E, 8E and 2F. RGB value is (46,142,47). Sum of RGB (Red+Green+Blue) = 46+142+47=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 142 (55.86% from 255 or 60.43% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 142 - color contains mainly: green. Hex color #2E8E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8E2F is #D171D0. Grayscale: #666666. Windows color (decimal): -13726161 or 3116590. OLE color: 3116590.

HSL color Cylindrical-coordinate representation of color #2E8E2F: hue angle of 120.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8E2F is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB4614247-
CMYK0.6800.670.44
HSL120.62º51.06%36.86%-
HSV(B)120.62º67.61%55.69%-
XYZ11.3120.135.98-
YUV102.4796.787.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 142 (55.86% from 255) = 60.43%
BLUE value IS 47 (18.75% from 255) = 20%
R=19.57%
G=60.43%
B=20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46142470.6800.670.44120.6251.0636.86
Hex2E8E2F440432C793325
Octal56216571040103541716345
Binary101110100011101011111000100010000111011001111001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,142,47); }

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

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

 a { background-color: rgb(46,142,47); }

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

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

 span { border-color: rgb(46,142,47); }

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