#2E7332

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

Shades of Japanese Laurel #2E7332

Tints of Japanese Laurel #2E7332

Color information

#2E7332 (or 0x2E7332) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 73 and 32. RGB value is (46,115,50). Sum of RGB (Red+Green+Blue) = 46+115+50=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7332 is #D18CCD. Grayscale: #575757. Windows color (decimal): -13733070 or 3306286. OLE color: 3306286.

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

Color convert

RGB4611550-
CMYK0.600.570.55
HSL123.48º42.86%31.57%-
HSV(B)123.48º60%45.1%-
XYZ7.8313.075.13-
YUV86.96107.1498.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.80%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=21.80%
G=54.50%
B=23.70%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115500.600.570.55123.4842.8631.57
Hex2E73323C039377b2b20
Octal561636274071671735340
Binary101110111001111001011110001110011101111111011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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