#2E773E

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

Shades of Japanese Laurel #2E773E

Tints of Japanese Laurel #2E773E

Color information

#2E773E (or 0x2E773E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 77 and 3E. RGB value is (46,119,62). Sum of RGB (Red+Green+Blue) = 46+119+62=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #2E773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E773E is #D188C1. Grayscale: #5A5A5A. Windows color (decimal): -13732034 or 4093742. OLE color: 4093742.

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

Color convert

RGB4611962-
CMYK0.6100.480.53
HSL133.15º44.24%32.35%-
HSV(B)133.15º61.34%46.67%-
XYZ8.5914.126.83-
YUV90.68111.8296.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=20.26%
G=52.42%
B=27.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119620.6100.480.53133.1544.2432.35
Hex2E773E3D03035852c20
Octal561677675060652055440
Binary1011101110111111110111101011000011010110000101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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