#2E8D3E

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

Shades of Japanese Laurel #2E8D3E

Tints of Japanese Laurel #2E8D3E

Color information

#2E8D3E (or 0x2E8D3E) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 8D and 3E. RGB value is (46,141,62). Sum of RGB (Red+Green+Blue) = 46+141+62=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8D3E is #D172C1. Grayscale: #676767. Windows color (decimal): -13726402 or 4099374. OLE color: 4099374.

HSL color Cylindrical-coordinate representation of color #2E8D3E: hue angle of 130.11º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8D3E is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB4614162-
CMYK0.6700.560.45
HSL130.11º50.8%36.67%-
HSV(B)130.11º67.38%55.29%-
XYZ11.5219.987.81-
YUV103.59104.5386.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 141 (55.47% from 255) = 56.63%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=18.47%
G=56.63%
B=24.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46141620.6700.560.45130.1150.836.67
Hex2E8D3E430382D823325
Octal5621576103070552026345
Binary101110100011011111101000011011100010110110000010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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