#2E913F

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

Shades of Japanese Laurel #2E913F

Tints of Japanese Laurel #2E913F

Color information

#2E913F (or 0x2E913F) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 91 and 3F. RGB value is (46,145,63). Sum of RGB (Red+Green+Blue) = 46+145+63=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #2E913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E913F is #D16EC0. Grayscale: #6A6A6A. Windows color (decimal): -13725377 or 4165934. OLE color: 4165934.

HSL color Cylindrical-coordinate representation of color #2E913F: hue angle of 130.3º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E913F is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB4614563-
CMYK0.6800.570.43
HSL130.3º51.83%37.45%-
HSV(B)130.3º68.28%56.86%-
XYZ12.1521.198.15-
YUV106.05103.785.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 145 (57.03% from 255) = 57.09%
BLUE value IS 63 (25% from 255) = 24.80%
R=18.11%
G=57.09%
B=24.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46145630.6800.570.43130.351.8337.45
Hex2E913F440392B823425
Octal5622177104071532026445
Binary101110100100011111111000100011100110101110000010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,145,63); }

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

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

 a { background-color: rgb(46,145,63); }

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

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

 span { border-color: rgb(46,145,63); }

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