#2E732B

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

Shades of Japanese Laurel #2E732B

Tints of Japanese Laurel #2E732B

Color information

#2E732B (or 0x2E732B) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 73 and 2B. RGB value is (46,115,43). Sum of RGB (Red+Green+Blue) = 46+115+43=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #2E732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E732B is #D18CD4. Grayscale: #565656. Windows color (decimal): -13733077 or 2847534. OLE color: 2847534.

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

Color convert

RGB4611543-
CMYK0.600.630.55
HSL117.5º45.57%30.98%-
HSV(B)117.5º62.61%45.1%-
XYZ7.6913.024.39-
YUV86.16103.6499.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.55%
GREEN value IS 115 (45.31% from 255) = 56.37%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=22.55%
G=56.37%
B=21.08%

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
Decimal46115430.600.630.55117.545.5730.98
Hex2E732B3C03F37762e1f
Octal561635374077671665637
Binary10111011100111010111111000111111110111111011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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