#2E722E

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

Shades of Japanese Laurel #2E722E

Tints of Japanese Laurel #2E722E

Color information

#2E722E (or 0x2E722E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 72 and 2E. RGB value is (46,114,46). Sum of RGB (Red+Green+Blue) = 46+114+46=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #2E722E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E722E is #D18DD1. Grayscale: #565656. Windows color (decimal): -13733330 or 3043886. OLE color: 3043886.

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

Color convert

RGB4611446-
CMYK0.6000.600.55
HSL120º42.5%31.37%-
HSV(B)120º59.65%44.71%-
XYZ7.6412.814.66-
YUV85.92105.4799.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.33%
GREEN value IS 114 (44.92% from 255) = 55.34%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=22.33%
G=55.34%
B=22.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114460.6000.600.5512042.531.37
Hex2E722E3C03C37782a1f
Octal561625674074671705237
Binary10111011100101011101111000111100110111111100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,114,46); }

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

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

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

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

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

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

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