#2E883F

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

Shades of Japanese Laurel #2E883F

Tints of Japanese Laurel #2E883F

Color information

#2E883F (or 0x2E883F) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 88 and 3F. RGB value is (46,136,63). Sum of RGB (Red+Green+Blue) = 46+136+63=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #2E883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E883F is #D177C0. Grayscale: #646464. Windows color (decimal): -13727681 or 4163630. OLE color: 4163630.

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

Color convert

RGB4613663-
CMYK0.6600.540.47
HSL131.33º49.45%35.69%-
HSV(B)131.33º66.18%53.33%-
XYZ10.8318.557.71-
YUV100.77106.6888.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 63 (25% from 255) = 25.71%
R=18.78%
G=55.51%
B=25.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46136630.6600.540.47131.3349.4535.69
Hex2E883F420362F833124
Octal5621077102066572036144
Binary101110100010001111111000010011011010111110000011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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