#2E782E

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

Shades of Japanese Laurel #2E782E

Tints of Japanese Laurel #2E782E

Color information

#2E782E (or 0x2E782E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 78 and 2E. RGB value is (46,120,46). Sum of RGB (Red+Green+Blue) = 46+120+46=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #2E782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E782E is #D187D1. Grayscale: #595959. Windows color (decimal): -13731794 or 3045422. OLE color: 3045422.

HSL color Cylindrical-coordinate representation of color #2E782E: hue angle of 120º 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 #2E782E is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB4612046-
CMYK0.6200.620.53
HSL120º44.58%32.55%-
HSV(B)120º61.67%47.06%-
XYZ8.3414.214.89-
YUV89.44103.4897.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=21.70%
G=56.60%
B=21.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120460.6200.620.5312044.5832.55
Hex2E782E3E03E35782d21
Octal561705676076651705541
Binary101110111100010111011111001111101101011111000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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