#2E7F2A

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

Shades of Japanese Laurel #2E7F2A

Tints of Japanese Laurel #2E7F2A

Color information

#2E7F2A (or 0x2E7F2A) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 7F and 2A. RGB value is (46,127,42). Sum of RGB (Red+Green+Blue) = 46+127+42=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7F2A is #D180D5. Grayscale: #5D5D5D. Windows color (decimal): -13730006 or 2785070. OLE color: 2785070.

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

Color convert

RGB4612742-
CMYK0.6400.670.50
HSL117.18º50.3%33.14%-
HSV(B)117.18º66.93%49.8%-
XYZ9.1315.934.78-
YUV93.0999.1694.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 127 (50% from 255) = 59.07%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=21.40%
G=59.07%
B=19.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127420.6400.670.50117.1850.333.14
Hex2E7F2A4004332753221
Octal56177521000103621656241
Binary10111011111111010101000000010000111100101110101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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