#2E913B

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

Shades of Japanese Laurel #2E913B

Tints of Japanese Laurel #2E913B

Color information

#2E913B (or 0x2E913B) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 91 and 3B. RGB value is (46,145,59). Sum of RGB (Red+Green+Blue) = 46+145+59=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #2E913B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E913B is #D16EC4. Grayscale: #696969. Windows color (decimal): -13725381 or 3903790. OLE color: 3903790.

HSL color Cylindrical-coordinate representation of color #2E913B: hue angle of 127.88º 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 #2E913B is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB4614559-
CMYK0.6800.590.43
HSL127.88º51.83%37.45%-
HSV(B)127.88º68.28%56.86%-
XYZ12.0421.157.58-
YUV105.6101.785.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 145 (57.03% from 255) = 58%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=18.4%
G=58%
B=23.6%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46145590.6800.590.43127.8851.8337.45
Hex2E913B4403B2B803425
Octal5622173104073532006445
Binary101110100100011110111000100011101110101110000000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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