#2E782C

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

Shades of Japanese Laurel #2E782C

Tints of Japanese Laurel #2E782C

Color information

#2E782C (or 0x2E782C) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 78 and 2C. RGB value is (46,120,44). Sum of RGB (Red+Green+Blue) = 46+120+44=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #2E782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E782C is #D187D3. Grayscale: #595959. Windows color (decimal): -13731796 or 2914350. OLE color: 2914350.

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

Color convert

RGB4612044-
CMYK0.6200.630.53
HSL118.42º46.34%32.16%-
HSV(B)118.42º63.33%47.06%-
XYZ8.314.24.69-
YUV89.21102.4897.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=21.90%
G=57.14%
B=20.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120440.6200.630.53118.4246.3432.16
Hex2E782C3E03F35762e20
Octal561705476077651665640
Binary101110111100010110011111001111111101011110110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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