#2E722C

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

Shades of Japanese Laurel #2E722C

Tints of Japanese Laurel #2E722C

Color information

#2E722C (or 0x2E722C) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 72 and 2C. RGB value is (46,114,44). Sum of RGB (Red+Green+Blue) = 46+114+44=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #2E722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E722C is #D18DD3. Grayscale: #555555. Windows color (decimal): -13733332 or 2912814. OLE color: 2912814.

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

Color convert

RGB4611444-
CMYK0.6000.610.55
HSL118.29º44.3%30.98%-
HSV(B)118.29º61.4%44.71%-
XYZ7.612.84.45-
YUV85.69104.4799.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.55%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=22.55%
G=55.88%
B=21.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114440.6000.610.55118.2944.330.98
Hex2E722C3C03D37762c1f
Octal561625474075671665437
Binary10111011100101011001111000111101110111111011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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