#2E7131

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

Shades of Japanese Laurel #2E7131

Tints of Japanese Laurel #2E7131

Color information

#2E7131 (or 0x2E7131) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 71 and 31. RGB value is (46,113,49). Sum of RGB (Red+Green+Blue) = 46+113+49=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7131 is #D18ECE. Grayscale: #555555. Windows color (decimal): -13733583 or 3240238. OLE color: 3240238.

HSL color Cylindrical-coordinate representation of color #2E7131: hue angle of 122.69º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7131 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB4611349-
CMYK0.5900.570.56
HSL122.69º42.14%31.18%-
HSV(B)122.69º59.29%44.31%-
XYZ7.5912.614.94-
YUV85.67107.399.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 113 (44.53% from 255) = 54.33%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=22.12%
G=54.33%
B=23.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46113490.5900.570.56122.6942.1431.18
Hex2E71313B039387b2a1f
Octal561616173071701735237
Binary10111011100011100011110110111001111000111101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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