#2E7328

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

Shades of Japanese Laurel #2E7328

Tints of Japanese Laurel #2E7328

Color information

#2E7328 (or 0x2E7328) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 73 and 28. RGB value is (46,115,40). Sum of RGB (Red+Green+Blue) = 46+115+40=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7328 is #D18CD7. Grayscale: #565656. Windows color (decimal): -13733080 or 2650926. OLE color: 2650926.

HSL color Cylindrical-coordinate representation of color #2E7328: hue angle of 115.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E7328 is Cyan = 0.6, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB4611540-
CMYK0.600.650.55
HSL115.2º48.39%30.39%-
HSV(B)115.2º65.22%45.1%-
XYZ7.64134.11-
YUV85.82102.1499.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=22.89%
G=57.21%
B=19.90%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115400.600.650.55115.248.3930.39
Hex2E73283C0413773301e
Octal5616350740101671636036
Binary101110111001110100011110001000001110111111001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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