#2E763E

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

Shades of Japanese Laurel #2E763E

Tints of Japanese Laurel #2E763E

Color information

#2E763E (or 0x2E763E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 76 and 3E. RGB value is (46,118,62). Sum of RGB (Red+Green+Blue) = 46+118+62=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #2E763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E763E is #D189C1. Grayscale: #5A5A5A. Windows color (decimal): -13732290 or 4093486. OLE color: 4093486.

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

Color convert

RGB4611862-
CMYK0.6100.470.54
HSL133.33º43.9%32.16%-
HSV(B)133.33º61.02%46.27%-
XYZ8.4713.896.79-
YUV90.09112.1596.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=20.35%
G=52.21%
B=27.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46118620.6100.470.54133.3343.932.16
Hex2E763E3D02F36852c20
Octal561667675057662055440
Binary1011101110110111110111101010111111011010000101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,118,62); }

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

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

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

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

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

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

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