#2E7740

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

Shades of Japanese Laurel #2E7740

Tints of Japanese Laurel #2E7740

Color information

#2E7740 (or 0x2E7740) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 77 and 40. RGB value is (46,119,64). Sum of RGB (Red+Green+Blue) = 46+119+64=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7740 is #D188BF. Grayscale: #5B5B5B. Windows color (decimal): -13732032 or 4224814. OLE color: 4224814.

HSL color Cylindrical-coordinate representation of color #2E7740: hue angle of 134.79º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7740 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB4611964-
CMYK0.6100.460.53
HSL134.79º44.24%32.35%-
HSV(B)134.79º61.34%46.67%-
XYZ8.6514.147.12-
YUV90.9112.8295.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.09%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=20.09%
G=51.97%
B=27.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119640.6100.460.53134.7944.2432.35
Hex2E77403D02E35872c20
Octal5616710075056652075440
Binary10111011101111000000111101010111011010110000111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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