#2E8B40

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

Shades of Japanese Laurel #2E8B40

Tints of Japanese Laurel #2E8B40

Color information

#2E8B40 (or 0x2E8B40) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 8B and 40. RGB value is (46,139,64). Sum of RGB (Red+Green+Blue) = 46+139+64=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8B40 is #D174BF. Grayscale: #666666. Windows color (decimal): -13726912 or 4229934. OLE color: 4229934.

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

Color convert

RGB4613964-
CMYK0.6700.540.45
HSL131.61º50.27%36.27%-
HSV(B)131.61º66.91%54.51%-
XYZ11.2819.428-
YUV102.64106.1987.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=18.47%
G=55.82%
B=25.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46139640.6700.540.45131.6150.2736.27
Hex2E8B40430362D843224
Octal56213100103066552046244
Binary1011101000101110000001000011011011010110110000100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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