#2E702E

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

Shades of Japanese Laurel #2E702E

Tints of Japanese Laurel #2E702E

Color information

#2E702E (or 0x2E702E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 70 and 2E. RGB value is (46,112,46). Sum of RGB (Red+Green+Blue) = 46+112+46=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #2E702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E702E is #D18FD1. Grayscale: #545454. Windows color (decimal): -13733842 or 3043374. OLE color: 3043374.

HSL color Cylindrical-coordinate representation of color #2E702E: hue angle of 120º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E702E is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB4611246-
CMYK0.5900.590.56
HSL120º41.77%30.98%-
HSV(B)120º58.93%43.92%-
XYZ7.4112.374.58-
YUV84.74106.13100.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.55%
GREEN value IS 112 (44.14% from 255) = 54.90%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=22.55%
G=54.90%
B=22.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112460.5900.590.5612041.7730.98
Hex2E702E3B03B38782a1f
Octal561605673073701705237
Binary10111011100001011101110110111011111000111100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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