#2E7336

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

Shades of Japanese Laurel #2E7336

Tints of Japanese Laurel #2E7336

Color information

#2E7336 (or 0x2E7336) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 73 and 36. RGB value is (46,115,54). Sum of RGB (Red+Green+Blue) = 46+115+54=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7336 is #D18CC9. Grayscale: #575757. Windows color (decimal): -13733066 or 3568430. OLE color: 3568430.

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

Color convert

RGB4611554-
CMYK0.600.530.55
HSL126.96º42.86%31.57%-
HSV(B)126.96º60%45.1%-
XYZ7.9213.115.6-
YUV87.42109.1498.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=21.40%
G=53.49%
B=25.12%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115540.600.530.55126.9642.8631.57
Hex2E73363C035377f2b20
Octal561636674065671775340
Binary101110111001111011011110001101011101111111111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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