#2E793D

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

Shades of Japanese Laurel #2E793D

Tints of Japanese Laurel #2E793D

Color information

#2E793D (or 0x2E793D) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 79 and 3D. RGB value is (46,121,61). Sum of RGB (Red+Green+Blue) = 46+121+61=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #2E793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E793D is #D186C2. Grayscale: #5B5B5B. Windows color (decimal): -13731523 or 4028718. OLE color: 4028718.

HSL color Cylindrical-coordinate representation of color #2E793D: hue angle of 132º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E793D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB4612161-
CMYK0.6200.500.53
HSL132º44.91%32.75%-
HSV(B)132º61.98%47.45%-
XYZ8.8114.596.77-
YUV91.74110.6595.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.18%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=20.18%
G=53.07%
B=26.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46121610.6200.500.5313244.9132.75
Hex2E793D3E03235842d21
Octal561717576062652045541
Binary1011101111001111101111110011001011010110000100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,121,61); }

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

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

 a { background-color: rgb(46,121,61); }

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

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

 span { border-color: rgb(46,121,61); }

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