#2E7F31

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

Shades of Japanese Laurel #2E7F31

Tints of Japanese Laurel #2E7F31

Color information

#2E7F31 (or 0x2E7F31) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 7F and 31. RGB value is (46,127,49). Sum of RGB (Red+Green+Blue) = 46+127+49=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7F31 is #D180CE. Grayscale: #5E5E5E. Windows color (decimal): -13729999 or 3243822. OLE color: 3243822.

HSL color Cylindrical-coordinate representation of color #2E7F31: hue angle of 122.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F31 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB4612749-
CMYK0.6400.610.50
HSL122.22º46.82%33.92%-
HSV(B)122.22º63.78%49.8%-
XYZ9.2715.985.5-
YUV93.89102.6693.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 127 (50% from 255) = 57.21%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=20.72%
G=57.21%
B=22.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127490.6400.610.50122.2246.8233.92
Hex2E7F314003D327a2f22
Octal5617761100075621725742
Binary1011101111111110001100000001111011100101111010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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