#2E753B

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

Shades of Japanese Laurel #2E753B

Tints of Japanese Laurel #2E753B

Color information

#2E753B (or 0x2E753B) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 75 and 3B. RGB value is (46,117,59). Sum of RGB (Red+Green+Blue) = 46+117+59=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #2E753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E753B is #D18AC4. Grayscale: #595959. Windows color (decimal): -13732549 or 3896622. OLE color: 3896622.

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

Color convert

RGB4611759-
CMYK0.6100.500.54
HSL130.99º43.56%31.96%-
HSV(B)130.99º60.68%45.88%-
XYZ8.2813.626.33-
YUV89.16110.9897.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=20.72%
G=52.70%
B=26.58%

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
Decimal46117590.6100.500.54130.9943.5631.96
Hex2E753B3D03236832c20
Octal561657375062662035440
Binary1011101110101111011111101011001011011010000011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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