#2E873E

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

Shades of Japanese Laurel #2E873E

Tints of Japanese Laurel #2E873E

Color information

#2E873E (or 0x2E873E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 87 and 3E. RGB value is (46,135,62). Sum of RGB (Red+Green+Blue) = 46+135+62=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #2E873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E873E is #D178C1. Grayscale: #646464. Windows color (decimal): -13727938 or 4097838. OLE color: 4097838.

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

Color convert

RGB4613562-
CMYK0.6600.540.47
HSL130.79º49.17%35.49%-
HSV(B)130.79º65.93%52.94%-
XYZ10.6618.267.52-
YUV100.07106.5189.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 135 (53.12% from 255) = 55.56%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=18.93%
G=55.56%
B=25.51%

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
Decimal46135620.6600.540.47130.7949.1735.49
Hex2E873E420362F833123
Octal5620776102066572036143
Binary101110100001111111101000010011011010111110000011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,135,62); }

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

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

 a { background-color: rgb(46,135,62); }

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

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

 span { border-color: rgb(46,135,62); }

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