#2E7337

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

Shades of Japanese Laurel #2E7337

Tints of Japanese Laurel #2E7337

Color information

#2E7337 (or 0x2E7337) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 73 and 37. RGB value is (46,115,55). Sum of RGB (Red+Green+Blue) = 46+115+55=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7337 is #D18CC8. Grayscale: #575757. Windows color (decimal): -13733065 or 3633966. OLE color: 3633966.

HSL color Cylindrical-coordinate representation of color #2E7337: hue angle of 127.83º 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 #2E7337 is Cyan = 0.6, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB4611555-
CMYK0.600.520.55
HSL127.83º42.86%31.57%-
HSV(B)127.83º60%45.1%-
XYZ7.9513.125.73-
YUV87.53109.6498.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=21.30%
G=53.24%
B=25.46%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115550.600.520.55127.8342.8631.57
Hex2E73373C03437802b20
Octal561636774064672005340
Binary1011101110011110111111100011010011011110000000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,55); }

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

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

 a { background-color: rgb(46,115,55); }

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

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

 span { border-color: rgb(46,115,55); }

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