#2E7732

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

Shades of Japanese Laurel #2E7732

Tints of Japanese Laurel #2E7732

Color information

#2E7732 (or 0x2E7732) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 77 and 32. RGB value is (46,119,50). Sum of RGB (Red+Green+Blue) = 46+119+50=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7732 is #D188CD. Grayscale: #595959. Windows color (decimal): -13732046 or 3307310. OLE color: 3307310.

HSL color Cylindrical-coordinate representation of color #2E7732: hue angle of 123.29º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7732 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB4611950-
CMYK0.6100.580.53
HSL123.29º44.24%32.35%-
HSV(B)123.29º61.34%46.67%-
XYZ8.3145.28-
YUV89.31105.8297.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=21.40%
G=55.35%
B=23.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119500.6100.580.53123.2944.2432.35
Hex2E77323D03A357b2c20
Octal561676275072651735440
Binary101110111011111001011110101110101101011111011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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