#2E732A

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

Shades of Japanese Laurel #2E732A

Tints of Japanese Laurel #2E732A

Color information

#2E732A (or 0x2E732A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 73 and 2A. RGB value is (46,115,42). Sum of RGB (Red+Green+Blue) = 46+115+42=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #2E732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E732A is #D18CD5. Grayscale: #565656. Windows color (decimal): -13733078 or 2781998. OLE color: 2781998.

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

Color convert

RGB4611542-
CMYK0.600.630.55
HSL116.71º46.5%30.78%-
HSV(B)116.71º63.48%45.1%-
XYZ7.6813.014.3-
YUV86.05103.1499.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=22.66%
G=56.65%
B=20.69%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115420.600.630.55116.7146.530.78
Hex2E732A3C03F37752e1f
Octal561635274077671655637
Binary10111011100111010101111000111111110111111010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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