#2E8631

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

Shades of Japanese Laurel #2E8631

Tints of Japanese Laurel #2E8631

Color information

#2E8631 (or 0x2E8631) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 86 and 31. RGB value is (46,134,49). Sum of RGB (Red+Green+Blue) = 46+134+49=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8631 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8631 is #D179CE. Grayscale: #626262. Windows color (decimal): -13728207 or 3245614. OLE color: 3245614.

HSL color Cylindrical-coordinate representation of color #2E8631: hue angle of 122.05º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8631 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB4613449-
CMYK0.6600.630.47
HSL122.05º48.89%35.29%-
HSV(B)122.05º65.67%52.55%-
XYZ10.2117.855.81-
YUV98100.3590.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.09%
GREEN value IS 134 (52.73% from 255) = 58.52%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=20.09%
G=58.52%
B=21.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46134490.6600.630.47122.0548.8935.29
Hex2E86314203F2F7a3123
Octal5620661102077571726143
Binary10111010000110110001100001001111111011111111010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,134,49); }

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

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

 a { background-color: rgb(46,134,49); }

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

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

 span { border-color: rgb(46,134,49); }

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