#2E8940

Color #2E8940 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2E8940

Tints of Japanese Laurel #2E8940

Color information

#2E8940 (or 0x2E8940) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 89 and 40. RGB value is (46,137,64). Sum of RGB (Red+Green+Blue) = 46+137+64=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8940 is #D176BF. Grayscale: #656565. Windows color (decimal): -13727424 or 4229422. OLE color: 4229422.

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

Color convert

RGB4613764-
CMYK0.6600.530.46
HSL131.87º49.73%35.88%-
HSV(B)131.87º66.42%53.73%-
XYZ1118.847.91-
YUV101.47106.8588.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=18.62%
G=55.47%
B=25.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46137640.6600.530.46131.8749.7335.88
Hex2E8940420352E843224
Octal56211100102065562046244
Binary1011101000100110000001000010011010110111010000100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,137,64); }

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

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

 a { background-color: rgb(46,137,64); }

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

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

 span { border-color: rgb(46,137,64); }

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