#2E8A31

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

Shades of Forest Green #2E8A31

Tints of Forest Green #2E8A31

Color information

#2E8A31 (or 0x2E8A31) is unknown color: approx Forest Green. HEX triplet: 2E, 8A and 31. RGB value is (46,138,49). Sum of RGB (Red+Green+Blue) = 46+138+49=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8A31 is #D175CE. Grayscale: #646464. Windows color (decimal): -13727183 or 3246638. OLE color: 3246638.

HSL color Cylindrical-coordinate representation of color #2E8A31: hue angle of 121.96º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A31 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB4613849-
CMYK0.6700.640.46
HSL121.96º50%36.08%-
HSV(B)121.96º66.67%54.12%-
XYZ10.7718.986-
YUV100.3599.0289.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.74%
GREEN value IS 138 (54.30% from 255) = 59.23%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=19.74%
G=59.23%
B=21.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46138490.6700.640.46121.965036.08
Hex2E8A31430402E7a3224
Octal56212611030100561726244
Binary101110100010101100011000011010000001011101111010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,138,49); }

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

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

 a { background-color: rgb(46,138,49); }

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

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

 span { border-color: rgb(46,138,49); }

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