#2E753A

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

Shades of Japanese Laurel #2E753A

Tints of Japanese Laurel #2E753A

Color information

#2E753A (or 0x2E753A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 75 and 3A. RGB value is (46,117,58). Sum of RGB (Red+Green+Blue) = 46+117+58=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #2E753A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E753A is #D18AC5. Grayscale: #595959. Windows color (decimal): -13732550 or 3831086. OLE color: 3831086.

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

Color convert

RGB4611758-
CMYK0.6100.500.54
HSL130.14º43.56%31.96%-
HSV(B)130.14º60.68%45.88%-
XYZ8.2513.616.19-
YUV89.04110.4897.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=20.81%
G=52.94%
B=26.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46117580.6100.500.54130.1443.5631.96
Hex2E753A3D03236822c20
Octal561657275062662025440
Binary1011101110101111010111101011001011011010000010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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