#2E763A

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

Shades of Japanese Laurel #2E763A

Tints of Japanese Laurel #2E763A

Color information

#2E763A (or 0x2E763A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 76 and 3A. RGB value is (46,118,58). Sum of RGB (Red+Green+Blue) = 46+118+58=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #2E763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E763A is #D189C5. Grayscale: #595959. Windows color (decimal): -13732294 or 3831342. OLE color: 3831342.

HSL color Cylindrical-coordinate representation of color #2E763A: hue angle of 130º 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 #2E763A is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB4611858-
CMYK0.6100.510.54
HSL130º43.9%32.16%-
HSV(B)130º61.02%46.27%-
XYZ8.3713.846.23-
YUV89.63110.1596.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 118 (46.48% from 255) = 53.15%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=20.72%
G=53.15%
B=26.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46118580.6100.510.5413043.932.16
Hex2E763A3D03336822c20
Octal561667275063662025440
Binary1011101110110111010111101011001111011010000010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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