#2E743A

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

Shades of Japanese Laurel #2E743A

Tints of Japanese Laurel #2E743A

Color information

#2E743A (or 0x2E743A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 74 and 3A. RGB value is (46,116,58). Sum of RGB (Red+Green+Blue) = 46+116+58=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #2E743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E743A is #D18BC5. Grayscale: #585858. Windows color (decimal): -13732806 or 3830830. OLE color: 3830830.

HSL color Cylindrical-coordinate representation of color #2E743A: hue angle of 130.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E743A is Cyan = 0.60, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB4611658-
CMYK0.6000.50.55
HSL130.29º43.21%31.76%-
HSV(B)130.29º60.34%45.49%-
XYZ8.1413.386.16-
YUV88.46110.8197.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 116 (45.70% from 255) = 52.73%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=20.91%
G=52.73%
B=26.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46116580.6000.50.55130.2943.2131.76
Hex2E743A3C03237822b20
Octal561647274062672025340
Binary1011101110100111010111100011001011011110000010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,116,58); }

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

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

 a { background-color: rgb(46,116,58); }

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

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

 span { border-color: rgb(46,116,58); }

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